summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libelf/libelf_addrenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/binfmt/libelf/libelf_addrenv.c')
-rw-r--r--nuttx/binfmt/libelf/libelf_addrenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/binfmt/libelf/libelf_addrenv.c b/nuttx/binfmt/libelf/libelf_addrenv.c
index d2b9870b6..f2f6db2a4 100644
--- a/nuttx/binfmt/libelf/libelf_addrenv.c
+++ b/nuttx/binfmt/libelf/libelf_addrenv.c
@@ -132,7 +132,7 @@ int elf_addrenv_alloc(FAR struct elf_loadinfo_s *loadinfo, size_t envsize)
* Description:
* Release the address environment previously created by
* elf_addrenv_create(). This function 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.
* After the module has been started, the address environment will
* automatically be freed when the module exits.
*