summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-07-12 05:44:17 -0500
committerJoel Sherrill <joel@rtems.org>2016-07-12 05:44:17 -0500
commit612297e813795d6f8c09d8b8a5e1dfa712ad3d9d (patch)
tree77808013ec7ef5612e190a7af80e4d9e1cb88fbe /cpukit/libfs
parentDOSFS - LENGHT -> LENGTH (diff)
downloadrtems-612297e813795d6f8c09d8b8a5e1dfa712ad3d9d.tar.bz2
Misc: Spell length correctly
Diffstat (limited to 'cpukit/libfs')
-rw-r--r--cpukit/libfs/src/nfsclient/src/nfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libfs/src/nfsclient/src/nfs.c b/cpukit/libfs/src/nfsclient/src/nfs.c
index 17a726dfdf..1f6486fa17 100644
--- a/cpukit/libfs/src/nfsclient/src/nfs.c
+++ b/cpukit/libfs/src/nfsclient/src/nfs.c
@@ -249,7 +249,7 @@ typedef struct strbuf {
/* Read 'readlink' results into a 'strbuf'.
* This is convenient as it avoids
- * one extra step of copying / lenght
+ * one extra step of copying / length
* checking.
*/
typedef struct readlinkres_strbuf {