summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
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/score/include
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/score/include')
-rw-r--r--cpukit/score/include/rtems/debug.h2
1 files changed, 1 insertions, 1 deletions
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
);