summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-18 14:26:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-18 14:26:34 +0000
commit5e9990b85c1c95bb425b18a05ba2efb5d79b33f1 (patch)
treebebc1e6e30e83778841cf4ee6004e29554730edc /testsuites/samples/ChangeLog
parent2011-10-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5e9990b85c1c95bb425b18a05ba2efb5d79b33f1.tar.bz2
Fix typo.
Diffstat (limited to 'testsuites/samples/ChangeLog')
-rw-r--r--testsuites/samples/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 5ac921d9d5..983c21c6cb 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,6 +1,6 @@
2011-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>
- * fileio/init.c: Explictly consts in size_t initializers
+ * fileio/init.c: Explictly cast consts in size_t initializers
(avoid overflows on 16bit-int targets).
2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>