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
This commit is contained in:
patacongo
2012-08-27 22:27:03 +00:00
parent 8b527a745d
commit 227126f75f
10 changed files with 28 additions and 11 deletions
+1 -1
View File
@@ -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;
}