summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-08 18:23:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-08 18:23:40 +0000
commita87104e677ac08295c9b21de573bec50877ea6fe (patch)
tree7e0914dbbc866dc9ad52303ee13111d6298c0aff /cpukit
parent2001-04-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-a87104e677ac08295c9b21de573bec50877ea6fe.tar.bz2
2001-04-08 Joel Sherrill <joel@OARcorp.com>
* macros/rtems/score/timer.inl: Corrected typo on end of line.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/rtems/ChangeLog4
-rw-r--r--cpukit/rtems/macros/rtems/rtems/timer.inl2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/rtems/ChangeLog b/cpukit/rtems/ChangeLog
index 45e6bd9172..2d52feeaf9 100644
--- a/cpukit/rtems/ChangeLog
+++ b/cpukit/rtems/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-08 Joel Sherrill <joel@OARcorp.com>
+
+ * macros/rtems/score/timer.inl: Corrected typo on end of line.
+
2002-04-08 Chris Johns <ccj@acm.org>
* Per PR142, make task switch extension its own list.
diff --git a/cpukit/rtems/macros/rtems/rtems/timer.inl b/cpukit/rtems/macros/rtems/rtems/timer.inl
index aa47189776..e7c6792faa 100644
--- a/cpukit/rtems/macros/rtems/rtems/timer.inl
+++ b/cpukit/rtems/macros/rtems/rtems/timer.inl
@@ -51,7 +51,7 @@
*/
#define _Timer_Is_interval_class( _the_class ) \
- ( ((_the_class) == TIMER_INTERVAL) ||
+ ( ((_the_class) == TIMER_INTERVAL) || \
((_the_class) == TIMER_INTERVAL_ON_TASK) )
/*PAGE