summaryrefslogtreecommitdiff
path: root/nuttx/fs/fs_seekdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/fs_seekdir.c')
-rw-r--r--nuttx/fs/fs_seekdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/fs_seekdir.c b/nuttx/fs/fs_seekdir.c
index ab1e7b621..bdbada7b6 100644
--- a/nuttx/fs/fs_seekdir.c
+++ b/nuttx/fs/fs_seekdir.c
@@ -166,7 +166,7 @@ static inline void seekmountptdir(struct internal_dir_s *idir, off_t offset)
pos++;
}
- /* If we get here the the directory position has been successfully set */
+ /* If we get here the directory position has been successfully set */
idir->fd_position = pos;
}