summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/watchdogtickle.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/watchdogtickle.c
parentRemove stray white spaces. (diff)
downloadrtems-a0ed4edee0b01392c5274ec85b26cf682a9ade3e.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/score/src/watchdogtickle.c')
-rw-r--r--cpukit/score/src/watchdogtickle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/watchdogtickle.c b/cpukit/score/src/watchdogtickle.c
index f75f099e50..9d5060fec4 100644
--- a/cpukit/score/src/watchdogtickle.c
+++ b/cpukit/score/src/watchdogtickle.c
@@ -39,7 +39,7 @@ void _Watchdog_Tickle(
/*
* See the comment in watchdoginsert.c and watchdogadjust.c
- * about why it's safe not to declare header a pointer to
+ * about why it's safe not to declare header a pointer to
* volatile data - till, 2003/7
*/
@@ -69,7 +69,7 @@ void _Watchdog_Tickle(
case WATCHDOG_INACTIVE:
/*
* This state indicates that the watchdog is not on any chain.
- * Thus, it is NOT on a chain being tickled. This case should
+ * Thus, it is NOT on a chain being tickled. This case should
* never occur.
*/
break;