summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libnxflat/libnxflat_unload.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/binfmt/libnxflat/libnxflat_unload.c')
-rw-r--r--nuttx/binfmt/libnxflat/libnxflat_unload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/binfmt/libnxflat/libnxflat_unload.c b/nuttx/binfmt/libnxflat/libnxflat_unload.c
index eb1aa0343..35fef52eb 100644
--- a/nuttx/binfmt/libnxflat/libnxflat_unload.c
+++ b/nuttx/binfmt/libnxflat/libnxflat_unload.c
@@ -71,7 +71,7 @@
* Description:
* This function unloads the object from memory. This essentially undoes
* the actions of nxflat_load. It is called only under certain error
- * conditions after the the module has been loaded but not yet started.
+ * conditions after the module has been loaded but not yet started.
*
* Returned Value:
* 0 (OK) is returned on success and a negated errno is returned on