2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>

* libfs/src/devfs/devfs.h: Fix spelling error.
This commit is contained in:
Joel Sherrill
2009-08-26 13:22:27 +00:00
parent 7bbedbe22b
commit d58ea3b065
2 changed files with 5 additions and 1 deletions

View File

@@ -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;