summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libnxflat/libnxflat.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/binfmt/libnxflat/libnxflat.h')
-rw-r--r--nuttx/binfmt/libnxflat/libnxflat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/binfmt/libnxflat/libnxflat.h b/nuttx/binfmt/libnxflat/libnxflat.h
index cb1cb7057..4eccc62d3 100644
--- a/nuttx/binfmt/libnxflat/libnxflat.h
+++ b/nuttx/binfmt/libnxflat/libnxflat.h
@@ -119,7 +119,7 @@ int nxflat_addrenv_alloc(FAR struct nxflat_loadinfo_s *loadinfo, size_t envsize)
* Description:
* Release the address environment previously created by
* nxflat_addrenv_create(). This function is called only under certain
- * error conditions after the the module has been loaded but not yet
+ * error conditions after the module has been loaded but not yet
* started. After the module has been started, the address environment
* will automatically be freed when the module exits.
*