summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-08 23:55:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-08 23:55:24 +0000
commit8b53dee67bd3a371b993e4fddd962dcaf7d5212f (patch)
tree703a1e66b1d76c9fd0a391ceb73142bdac410c7c /cpukit/ChangeLog
parent2011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-8b53dee67bd3a371b993e4fddd962dcaf7d5212f.tar.bz2
2011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
* score/src/objectinitializeinformation.c: Reverse sense of conditional and improve comment. Comment was right but brief, conditional was backwards.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 518c158b1d..471b2b82ef 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
+ * score/src/objectinitializeinformation.c: Reverse sense of conditional
+ and improve comment. Comment was right but brief, conditional was
+ backwards.
+
+2011-03-08 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
PR 1759/cpukit
* posix/src/cancel.c, posix/src/pthreaddetach.c,
posix/src/pthreadequal.c, posix/src/pthreadgetschedparam.c,