From d58ea3b065ba881bc19dc528bba722bd3cb89717 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 26 Aug 2009 13:22:27 +0000 Subject: 2009-08-26 Joel Sherrill * libfs/src/devfs/devfs.h: Fix spelling error. --- cpukit/libfs/src/devfs/devfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libfs/src/devfs') 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; -- cgit v1.2.3