Explorar o código

Update dfs_romfs.c

修改一处拼写错误
liuduanfei %!s(int64=4) %!d(string=hai) anos
pai
achega
22c47d4b19
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/dfs/filesystems/romfs/dfs_romfs.c

+ 1 - 1
components/dfs/filesystems/romfs/dfs_romfs.c

@@ -62,7 +62,7 @@ struct romfs_dirent *dfs_romfs_lookup(struct romfs_dirent *root_dirent, const ch
         return root_dirent;
     }
 
-    /* goto root directy entries */
+    /* goto root directory entries */
     dirent = (struct romfs_dirent *)root_dirent->data;
     dirent_size = root_dirent->size;