Typo fixes.

This commit is contained in:
Fotis Panagiotopoulos
2022-01-05 17:34:05 +02:00
committed by Xiang Xiao
parent 614b73d321
commit bc5d8034f1
45 changed files with 74 additions and 74 deletions

View File

@@ -1273,7 +1273,7 @@ int nsh_catfile(FAR struct nsh_vtbl_s *vtbl, FAR const char *cmd,
*
* Description:
* Read a small file into a user-provided buffer. The data is assumed to
* be a string and is guaranteed to be NUL-termined. An error occurs if
* be a string and is guaranteed to be NULL-terminated. An error occurs if
* the file content (+terminator) will not fit into the provided 'buffer'.
*
* Input Parameters: