Run codespell -w against all files

and fix the wrong correction
This commit is contained in:
Xiang Xiao
2020-02-23 02:52:12 +08:00
committed by Gregory Nutt
parent f774e8ee72
commit d660492289
128 changed files with 191 additions and 191 deletions

View File

@@ -313,7 +313,7 @@ int cmd_nfsmount(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
return ERROR;
}
/* Place all of the NFS arguements into the nfs_args structure */
/* Place all of the NFS arguments into the nfs_args structure */
memset(&data, 0, sizeof(data));