summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/ratemonperiod.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/src/ratemonperiod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/src/ratemonperiod.c b/cpukit/rtems/src/ratemonperiod.c
index ac8a2af00b..ca42e643f5 100644
--- a/cpukit/rtems/src/ratemonperiod.c
+++ b/cpukit/rtems/src/ratemonperiod.c
@@ -115,9 +115,9 @@ rtems_status_code rtems_rate_monotonic_period(
_Thread_Executing->Wait.id = the_period->Object.id;
_Thread_Set_state( _Thread_Executing, STATES_WAITING_FOR_PERIOD );
-
+
/*
- * Did the watchdog timer expire while we were actually blocking
+ * Did the watchdog timer expire while we were actually blocking
* on it?
*/