diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-23 18:15:56 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-23 18:15:56 +0000 |
commit | a1052ff43eb30723fcc801f6d3dcc637e1463145 (patch) | |
tree | fc90866fbf89ce827f0ab79e5d356c072cc76b34 /os/rt/ports | |
parent | 76b6b659291973e23b6ecbe8459baeac0577f1d8 (diff) | |
download | ChibiOS-a1052ff43eb30723fcc801f6d3dcc637e1463145.tar.gz ChibiOS-a1052ff43eb30723fcc801f6d3dcc637e1463145.tar.bz2 ChibiOS-a1052ff43eb30723fcc801f6d3dcc637e1463145.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7528 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/ports')
-rw-r--r-- | os/rt/ports/e200/chcore.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/rt/ports/e200/chcore.h b/os/rt/ports/e200/chcore.h index f5ecf2616..2d821348e 100644 --- a/os/rt/ports/e200/chcore.h +++ b/os/rt/ports/e200/chcore.h @@ -115,8 +115,8 @@ /**
* @brief Enables an alternative timer implementation.
* @details Usually the port uses a timer interface defined in the file
- * @p nilcore_timer.h, if this option is enabled then the file
- * @p nilcore_timer_alt.h is included instead.
+ * @p chcore_timer.h, if this option is enabled then the file
+ * @p chcore_timer_alt.h is included instead.
*/
#if !defined(PORT_USE_ALT_TIMER)
#define PORT_USE_ALT_TIMER FALSE
@@ -238,7 +238,7 @@ struct port_extctx { * switching.
* @note R2 and R13 are not saved because those are assumed to be immutable
* during the system life cycle.
- * @note LR is stored in the caller contex so it is not present in this
+ * @note LR is stored in the caller context so it is not present in this
* structure.
*/
struct port_intctx {
|