Explorar o código

Modify comment error

Device file system should be registered
xingkong121 %!s(int64=5) %!d(string=hai) anos
pai
achega
9b925fb9c0
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;