summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/binfmt_exepath.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/binfmt/binfmt_exepath.c')
-rw-r--r--nuttx/binfmt/binfmt_exepath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/binfmt/binfmt_exepath.c b/nuttx/binfmt/binfmt_exepath.c
index 4fd7ad918..5da242b4c 100644
--- a/nuttx/binfmt/binfmt_exepath.c
+++ b/nuttx/binfmt/binfmt_exepath.c
@@ -152,7 +152,7 @@ EXEPATH_HANDLE exepath_init(void)
*
* Input Parameters:
* handle - The handle value returned by exepath_init
- * relpath - The relative path to the file to be found.
+ * relpath - The relative path to the file to be found.
*
* Returned Value:
* On success, a non-NULL pointer to a null-terminated string is provided.