summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coremsgflushsupp.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-18 06:13:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-18 06:13:55 +0000
commita0ed4edee0b01392c5274ec85b26cf682a9ade3e (patch)
tree18fc392d8e8e24200cf2f38c4eda011df4442bd4 /cpukit/score/src/coremsgflushsupp.c
parentRemove stray white spaces. (diff)
downloadrtems-a0ed4edee0b01392c5274ec85b26cf682a9ade3e.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/score/src/coremsgflushsupp.c')
-rw-r--r--cpukit/score/src/coremsgflushsupp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/coremsgflushsupp.c b/cpukit/score/src/coremsgflushsupp.c
index d0e2c99841..ddde563232 100644
--- a/cpukit/score/src/coremsgflushsupp.c
+++ b/cpukit/score/src/coremsgflushsupp.c
@@ -65,7 +65,7 @@ uint32_t _CORE_message_queue_Flush_support(
* waiting to send, there are two basic behaviors envisioned:
*
* (1) The thread queue of pending senders is a logical extension
- * of the pending message queue. In this case, it should be
+ * of the pending message queue. In this case, it should be
* flushed using the _Thread_queue_Flush() service with a status
* such as CORE_MESSAGE_QUEUE_SENDER_FLUSHED (which currently does
* not exist). This can be implemented without changing the "big-O"
@@ -80,7 +80,7 @@ uint32_t _CORE_message_queue_Flush_support(
* then the existing flush code can be used to dispose of the remaining
* pending messages.
*
- * For now, though, we are very happy to have a small routine with
+ * For now, though, we are very happy to have a small routine with
* fixed execution time that only deals with pending messages.
*/