summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs/rtems-rfs-dir.c
diff options
context:
space:
mode:
authorJacob Shin <jacobshin313@gmail.com>2018-12-02 22:13:23 -0500
committerJoel Sherrill <joel@rtems.org>2018-12-02 22:07:18 -0600
commitd0a7f03a52eeb482690e55190da061dc4f39f2ce (patch)
tree267aa4792ca1a36e01a61ca4ef327563eea6dd6c /cpukit/libfs/src/rfs/rtems-rfs-dir.c
parentpsxhdrs:Add POSIX conformance test for utime.h (GCI 2018) (diff)
downloadrtems-d0a7f03a52eeb482690e55190da061dc4f39f2ce.tar.bz2
5 spelling errors for a Google Code-In task.
Username: deuteriumoxide Email: jacobshin313@gmail.com
Diffstat (limited to '')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-dir.c b/cpukit/libfs/src/rfs/rtems-rfs-dir.c
index ceaafc59a1..a49ab84f05 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-dir.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-dir.c
@@ -7,7 +7,7 @@
* These functions manage blocks in the directory format. A directory entry is
* a variable length record in the block. The entry consists of a length, hash
* and the string. The length allows the next entry to be located and the hash
- * allows a simple check to be performed wihtout a string compare. Directory
+ * allows a simple check to be performed without a string compare. Directory
* entries do not span a block and removal of an entry results in the space in
* the block being compacted and the spare area being initialised to ones.
*