Run codespell -w with the latest dictonary again

This commit is contained in:
Xiang Xiao
2020-02-23 12:51:44 +08:00
committed by Gregory Nutt
parent d660492289
commit 41d88f06e7
261 changed files with 529 additions and 529 deletions

View File

@@ -357,7 +357,7 @@ int nsh_foreach_direntry(FAR struct nsh_vtbl_s *vtbl, FAR const char *cmd,
* Description:
* Skip any trailing '/' characters (unless it is also the leading '/')
*
* Input Parmeters:
* Input Parameters:
* dirpath - The directory path to be trimmed. May be modified!
*
* Returned value:
@@ -385,8 +385,8 @@ void nsh_trimdir(FAR char *dirpath)
* Description:
* Trim any leading or trailing spaces from a string.
*
* Input Parmeters:
* str - The sring to be trimmed. May be modified!
* Input Parameters:
* str - The string to be trimmed. May be modified!
*
* Returned value:
* The new string pointer.