mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 11:23:07 +08:00
Run codespell -w with the latest dictonary again
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user