aboutsummaryrefslogtreecommitdiff
path: root/nuttx/binfmt/binfmt_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/binfmt/binfmt_internal.h')
-rw-r--r--nuttx/binfmt/binfmt_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/binfmt/binfmt_internal.h b/nuttx/binfmt/binfmt_internal.h
index 4fab9724d..fa750543a 100644
--- a/nuttx/binfmt/binfmt_internal.h
+++ b/nuttx/binfmt/binfmt_internal.h
@@ -71,7 +71,7 @@ EXTERN FAR struct binfmt_s *g_binfmts;
* Public Function Prototypes
***********************************************************************/
-/* Dump the contents of strtuc binary_s */
+/* Dump the contents of struct binary_s */
#if defined(CONFIG_DEBUG) && defined(CONFIG_DEBUG_BINFMT)
EXTERN int dump_module(FAR const struct binary_s *bin);