Przeglądaj źródła

Update dfs_romfs.c

修改一处拼写错误
liuduanfei 4 lat temu
rodzic
commit
22c47d4b19
1 zmienionych plików z 1 dodań i 1 usunięć
  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;