소스 검색

Update dfs_romfs.c

修改一处拼写错误
liuduanfei 4 년 전
부모
커밋
22c47d4b19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;