mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
include: Fix typos reported by codespell
This commit is contained in:
committed by
Xiang Xiao
parent
651b905b99
commit
b9f231cdca
+2
-2
@@ -136,7 +136,7 @@ extern "C"
|
||||
* Input Parameters:
|
||||
* path - The 'root' of the directory hierarchy to descend
|
||||
* fn - The callback function to be invoked as each object in the
|
||||
* heirarchy is encountered.
|
||||
* hierarchy is encountered.
|
||||
* fdlimit - The fdlimit argument specifies the maximum number of directory
|
||||
* streams or file descriptors or both available for use by ftw()
|
||||
* while traversing the tree.The maximum depth of the directories
|
||||
@@ -172,7 +172,7 @@ int ftw(FAR const char *path, ftw_cb_t fn, int fdlimit);
|
||||
*
|
||||
* path - The 'root' of the directory hierarchy to descend
|
||||
* fn - The callback function to be invoked as each object in the
|
||||
* heirarchy is encountered.
|
||||
* hierarchy is encountered.
|
||||
* fdlimit - The fdlimit argument specifies the maximum number of directory
|
||||
* streams or file descriptors or both available for use by
|
||||
* nftw() while traversing the tree.The maximum depth of the
|
||||
|
||||
Reference in New Issue
Block a user