From 877de9773c332f2728a48e14ab93d2b6cb0fe4e6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 11 Aug 2009 19:00:45 +0000 Subject: 2009-08-11 Joel Sherrill * score/include/rtems/debug.h: Fix typo. --- cpukit/score/include/rtems/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include') 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 ); -- cgit v1.2.3