From d58ea3b065ba881bc19dc528bba722bd3cb89717 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 26 Aug 2009 13:22:27 +0000 Subject: [PATCH] 2009-08-26 Joel Sherrill * libfs/src/devfs/devfs.h: Fix spelling error. --- cpukit/ChangeLog | 4 ++++ cpukit/libfs/src/devfs/devfs.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * libfs/src/devfs/devfs.h: Fix spelling error. + 2009-08-26 Sebastian Huber * 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;