summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-18 15:05:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-18 15:05:05 +0000
commite24e9b5ba5e9923c889959c0df2961606b6167e0 (patch)
tree293d14c14677f022277f3d7416732d437ec3a93f /c/src/exec/rtems
parentFixed typo of "::" (diff)
downloadrtems-e24e9b5ba5e9923c889959c0df2961606b6167e0.tar.bz2
fixed typo
Diffstat (limited to 'c/src/exec/rtems')
-rw-r--r--c/src/exec/rtems/src/rtemstimer.c8
-rw-r--r--c/src/exec/rtems/src/timer.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/c/src/exec/rtems/src/rtemstimer.c b/c/src/exec/rtems/src/rtemstimer.c
index 0feafb6708..967e8ba5ce 100644
--- a/c/src/exec/rtems/src/rtemstimer.c
+++ b/c/src/exec/rtems/src/rtemstimer.c
@@ -226,8 +226,8 @@ rtems_status_code rtems_timer_fire_after(
void *user_data
)
{
- Timer_Control *the_timer;
- Objects_Locations location;
+ Timer_Control *the_timer;
+ Objects_Locations location;
if ( ticks == 0 )
return RTEMS_INVALID_NUMBER;
@@ -326,8 +326,8 @@ rtems_status_code rtems_timer_reset(
Objects_Id id
)
{
- Timer_Control *the_timer;
- Objects_Locations location;
+ Timer_Control *the_timer;
+ Objects_Locations location;
the_timer = _Timer_Get( id, &location );
switch ( location ) {
diff --git a/c/src/exec/rtems/src/timer.c b/c/src/exec/rtems/src/timer.c
index 0feafb6708..967e8ba5ce 100644
--- a/c/src/exec/rtems/src/timer.c
+++ b/c/src/exec/rtems/src/timer.c
@@ -226,8 +226,8 @@ rtems_status_code rtems_timer_fire_after(
void *user_data
)
{
- Timer_Control *the_timer;
- Objects_Locations location;
+ Timer_Control *the_timer;
+ Objects_Locations location;
if ( ticks == 0 )
return RTEMS_INVALID_NUMBER;
@@ -326,8 +326,8 @@ rtems_status_code rtems_timer_reset(
Objects_Id id
)
{
- Timer_Control *the_timer;
- Objects_Locations location;
+ Timer_Control *the_timer;
+ Objects_Locations location;
the_timer = _Timer_Get( id, &location );
switch ( location ) {