summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-26 13:22:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-26 13:22:27 +0000
commitd58ea3b065ba881bc19dc528bba722bd3cb89717 (patch)
tree4f7789d9dd5ef1e85cf61b87f4b95b81fba4e73d /cpukit
parent2009-08-26 Sebastian Huber <Sebastian.Huber@embedded-brains.de> (diff)
downloadrtems-d58ea3b065ba881bc19dc528bba722bd3cb89717.tar.bz2
2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/devfs/devfs.h: Fix spelling error.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/libfs/src/devfs/devfs.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 8e85b978ba..8ab3637460 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libfs/src/devfs/devfs.h: Fix spelling error.
+
2009-08-26 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* sapi/include/rtems/config.h: Changed stack allocator signature to
diff --git a/cpukit/libfs/src/devfs/devfs.h b/cpukit/libfs/src/devfs/devfs.h
index 2a666204d3..fc4523b7a8 100644
--- a/cpukit/libfs/src/devfs/devfs.h
+++ b/cpukit/libfs/src/devfs/devfs.h
@@ -20,7 +20,7 @@ extern "C" {
typedef struct
{
- /** This member pointes to device name which is a null-terminated string */
+ /** This member points to device name which is a null-terminated string */
char *device_name;
/** This member is the name length of a device */
uint32_t device_name_length;