summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/ratemoncancel.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/ratemoncancel.c')
-rw-r--r--cpukit/rtems/src/ratemoncancel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/src/ratemoncancel.c b/cpukit/rtems/src/ratemoncancel.c
index 0006843265..645ec510f2 100644
--- a/cpukit/rtems/src/ratemoncancel.c
+++ b/cpukit/rtems/src/ratemoncancel.c
@@ -31,7 +31,7 @@
*
* Output parameters:
* RTEMS_SUCCESSFUL - if successful and caller is not the owning thread
- * error code - if unsuccessful
+ * error code - if unsuccessful
*/
rtems_status_code rtems_rate_monotonic_cancel(
@@ -39,7 +39,7 @@ rtems_status_code rtems_rate_monotonic_cancel(
)
{
Rate_monotonic_Control *the_period;
- Objects_Locations location;
+ Objects_Locations location;
the_period = _Rate_monotonic_Get( id, &location );
switch ( location ) {