summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-08 20:25:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-08 20:25:00 +0000
commit561ab3bd83f5be31e2d1b9b9df6c925aa8d2966a (patch)
treea759cdc727ef48cf38994ba3329ee7690eb92bf1 /cpukit
parent2010-08-08 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-561ab3bd83f5be31e2d1b9b9df6c925aa8d2966a.tar.bz2
2010-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/imfs/imfs.h: Fix typo.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/libfs/src/imfs/imfs.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index ea6af4f952..d2bc54e427 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libfs/src/imfs/imfs.h: Fix typo.
+
2010-08-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/getegid.c, libcsupport/src/geteuid.c,
diff --git a/cpukit/libfs/src/imfs/imfs.h b/cpukit/libfs/src/imfs/imfs.h
index 33a90face4..9b3c541144 100644
--- a/cpukit/libfs/src/imfs/imfs.h
+++ b/cpukit/libfs/src/imfs/imfs.h
@@ -566,7 +566,7 @@ extern int IMFS_rmnod(
#ifdef RTEMS_DEBUG
#include <assert.h>
- #define IMFS_assert(_x) assert(_X)
+ #define IMFS_assert(_x) assert(_x)
#else
#define IMFS_assert(_x)
#endif