summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs
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/libfs
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/libfs')
-rw-r--r--cpukit/libfs/src/devfs/devfs.h2
1 files changed, 1 insertions, 1 deletions
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;