summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-11 19:00:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-11 19:00:45 +0000
commit877de9773c332f2728a48e14ab93d2b6cb0fe4e6 (patch)
tree590466648a37d21d48a144aa18eaed34948adc68 /cpukit
parent2009-08-11 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-877de9773c332f2728a48e14ab93d2b6cb0fe4e6.tar.bz2
2009-08-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/debug.h: Fix typo.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/include/rtems/debug.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 4479924199..7c8179546f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-11 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * score/include/rtems/debug.h: Fix typo.
+
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/__times.c, libfs/src/nfsclient/src/nfsTest.c,
diff --git a/cpukit/score/include/rtems/debug.h b/cpukit/score/include/rtems/debug.h
index c760b039ee..544f5a97a2 100644
--- a/cpukit/score/include/rtems/debug.h
+++ b/cpukit/score/include/rtems/debug.h
@@ -67,7 +67,7 @@ void rtems_debug_disable(
* This routine returns TRUE if the requested debug level is
* enabled, and FALSE otherwise.
*/
-bool rtems_is_debug_enabled(
+bool rtems_debug_is_enabled(
rtems_debug_control level
);