Modify comment error

Device file system should be registered
This commit is contained in:
xingkong121 2020-11-28 22:47:06 +08:00 committed by GitHub
parent af95348bf1
commit 9b925fb9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;