summaryrefslogtreecommitdiff
path: root/nuttx/fs/romfs/fs_romfsutil.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-27 22:27:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-27 22:27:03 +0000
commit814f5dab600d19ffe043363814503c113549e221 (patch)
tree76501790a65b05b368adffe412411bb5a7435e96 /nuttx/fs/romfs/fs_romfsutil.c
parent645bd0a83bed8cc38fbf8fdd51f72217c69d9e5f (diff)
downloadpx4-nuttx-814f5dab600d19ffe043363814503c113549e221.tar.gz
px4-nuttx-814f5dab600d19ffe043363814503c113549e221.tar.bz2
px4-nuttx-814f5dab600d19ffe043363814503c113549e221.zip
Some STM32 USB OTG FS driver fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5059 42af7a65-404d-4744-a932-0658087f49c3
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;
}