summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/devfs
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/devfs')
-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;