aboutsummaryrefslogtreecommitdiff
path: root/util/mkelfImage/kunzip_src/include/stdarg.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/mkelfImage/kunzip_src/include/stdarg.h')
-rw-r--r--util/mkelfImage/kunzip_src/include/stdarg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkelfImage/kunzip_src/include/stdarg.h b/util/mkelfImage/kunzip_src/include/stdarg.h
index 24f3383198..a3f1f2d587 100644
--- a/util/mkelfImage/kunzip_src/include/stdarg.h
+++ b/util/mkelfImage/kunzip_src/include/stdarg.h
@@ -136,7 +136,7 @@ void va_end (__gnuc_va_list); /* Defined in libgcc.a */
/* Define va_list, if desired, from __gnuc_va_list. */
/* We deliberately do not define va_list when called from
stdio.h, because ANSI C says that stdio.h is not supposed to define
- va_list. stdio.h needs to have access to that data type,
+ va_list. stdio.h needs to have access to that data type,
but must not use that name. It should use the name __gnuc_va_list,
which is safe because it is reserved for the implementation. */