Explorar o código

Merge pull request #4100 from xingkong121/master

Modify comment error
Bernard Xiong %!s(int64=4) %!d(string=hai) anos
pai
achega
b7e0e21f6e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/dfs/filesystems/devfs/devfs.c

+ 1 - 1
components/dfs/filesystems/devfs/devfs.c

@@ -326,7 +326,7 @@ static const struct dfs_filesystem_ops _device_fs =
 
 int devfs_init(void)
 {
-    /* register rom file system */
+    /* register device file system */
     dfs_register(&_device_fs);
 
     return 0;