summaryrefslogtreecommitdiff
path: root/nuttx/fs/nxffs/nxffs_unlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/nxffs/nxffs_unlink.c')
-rw-r--r--nuttx/fs/nxffs/nxffs_unlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/nxffs/nxffs_unlink.c b/nuttx/fs/nxffs/nxffs_unlink.c
index 73b0f360a..8c8553025 100644
--- a/nuttx/fs/nxffs/nxffs_unlink.c
+++ b/nuttx/fs/nxffs/nxffs_unlink.c
@@ -122,7 +122,7 @@ int nxffs_rminode(FAR struct nxffs_volume_s *volume, FAR const char *name)
nxffs_ioseek(volume, entry.hoffset);
- /* Make sure the the block is in the cache */
+ /* Make sure that the block is in the cache */
ret = nxffs_rdcache(volume, volume->ioblock);
if (ret < 0)