summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/regiondelete.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/regiondelete.c')
-rw-r--r--cpukit/rtems/src/regiondelete.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/src/regiondelete.c b/cpukit/rtems/src/regiondelete.c
index d857baae0e..7a41ee4e87 100644
--- a/cpukit/rtems/src/regiondelete.c
+++ b/cpukit/rtems/src/regiondelete.c
@@ -35,7 +35,7 @@
*
* Output parameters:
* RTEMS_SUCCESSFUL - if successful
- * error code - if unsuccessful
+ * error code - if unsuccessful
*/
rtems_status_code rtems_region_delete(
@@ -43,7 +43,7 @@ rtems_status_code rtems_region_delete(
)
{
register Region_Control *the_region;
- Objects_Locations location;
+ Objects_Locations location;
_RTEMS_Lock_allocator();
the_region = _Region_Get( id, &location );