summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/rtems/extension.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 13:51:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 13:51:53 +0000
commit28352faecf8b000b71f734cd728f38aa212b9669 (patch)
treec8e773b36bf32ba725cc1548e515f2fa9f8ebe96 /cpukit/sapi/include/rtems/extension.h
parentWhitespace removal. (diff)
downloadrtems-28352faecf8b000b71f734cd728f38aa212b9669.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/sapi/include/rtems/extension.h')
-rw-r--r--cpukit/sapi/include/rtems/extension.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/sapi/include/rtems/extension.h b/cpukit/sapi/include/rtems/extension.h
index b7b09126a5..ed29f72f74 100644
--- a/cpukit/sapi/include/rtems/extension.h
+++ b/cpukit/sapi/include/rtems/extension.h
@@ -5,7 +5,7 @@
*
* @brief User Extensions API.
*/
-
+
/*
* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
@@ -52,7 +52,7 @@ typedef User_extensions_routine
*
* @brief The User Extensions Manager allows the application developer to
* augment the executive by allowing them to supply extension routines which
- * are invoked at critical system events.
+ * are invoked at critical system events.
*
* @section ClassicUserExtensionsSets Extension Sets
*
@@ -152,12 +152,12 @@ typedef User_extensions_routine
* - Task deletion
* - Task context switch
* - Post task context switch
- * - Task begins to execute
+ * - Task begins to execute
*
* At the following system events, the extensions are invoked in reverse order:
*
* - Task deletion
- * - Fatal error detection
+ * - Fatal error detection
*
* At these system events, the extensions are invoked in reverse order to
* insure that if an extension set is built upon another, the more complicated