summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-03-11 17:26:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-03-11 17:26:27 +0000
commit947e877111eecb57d3439485c4f54d340fd1e503 (patch)
tree1a6195a8c18be08b5ecb8aed566df5467f4b94a6
parent2009-03-11 Ralf Corsépius <ralfcorsepius@rtems.org> (diff)
downloadrtems-947e877111eecb57d3439485c4f54d340fd1e503.tar.bz2
Fix typo.
-rw-r--r--cpukit/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 76fe062f00..0d9f7c1b18 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,6 +1,6 @@
2009-03-11 Ralf Corsépius <ralfcorsepius@rtems.org>
- * configure.ac: Check of __assert().
+ * configure.ac: Check for __assert().
* libcsupport/src/__assert.c: Conditionally build __assert().
2009-03-10 Ralf Corsépius <ralfcorsepius@rtems.org>