From ec73a7536b0e8f8809738920e0d3ec5bc80976ca Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 25 Apr 2008 15:24:19 +0000 Subject: 2008-04-25 Joel Sherrill * score/include/rtems/system.h: Fix typo in comment. --- cpukit/score/include/rtems/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include') diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h index de6ba1b885..330281f0eb 100644 --- a/cpukit/score/include/rtems/system.h +++ b/cpukit/score/include/rtems/system.h @@ -170,7 +170,7 @@ typedef void * proc_ptr; #endif #if !defined( FALSE ) || (FALSE != 0) -/** Boolean constant TRUE */ +/** Boolean constant FALSE */ #undef FALSE #define FALSE (0) #endif -- cgit v1.2.3