summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-25 15:24:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-25 15:24:28 +0000
commit582d68e49eb849ac7276a66c08a677d5ae244772 (patch)
tree2ed1460f70f6f734446c3acba063570c1c6fc9c8
parent2008-02-20 Alexandru Bugnar <a-bugnar@criticalsoftware.com> (diff)
downloadrtems-582d68e49eb849ac7276a66c08a677d5ae244772.tar.bz2
2008-04-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/system.h: Fix typo in comment.
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/include/rtems/system.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index fcd86b5c9e..29814c16b8 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-25 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * score/include/rtems/system.h: Fix typo in comment.
+
2008-02-06 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1277/networking
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index ca2f4574f4..b09dc82f53 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -157,7 +157,7 @@ typedef void * proc_ptr;
#endif
#if !defined( FALSE ) || (FALSE != 0)
-/** Boolean constant TRUE */
+/** Boolean constant FALSE */
#undef FALSE
#define FALSE (0)
#endif