summaryrefslogtreecommitdiff
path: root/nuttx/fs/romfs/fs_romfsutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/romfs/fs_romfsutil.c')
-rw-r--r--nuttx/fs/romfs/fs_romfsutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/romfs/fs_romfsutil.c b/nuttx/fs/romfs/fs_romfsutil.c
index ec009da89..cb3f9f9ac 100644
--- a/nuttx/fs/romfs/fs_romfsutil.c
+++ b/nuttx/fs/romfs/fs_romfsutil.c
@@ -351,7 +351,7 @@ static inline int romfs_searchdir(struct romfs_mountpt_s *rm,
}
while (next != 0);
- /* There is nothing in this directoy with that name */
+ /* There is nothing in this directory with that name */
return -ENOENT;
}