Merge pull request #4100 from xingkong121/master

Modify comment error
This commit is contained in:
Bernard Xiong 2020-12-02 07:36:41 +08:00 committed by GitHub
commit b7e0e21f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;