blob: a1f329e9c6cf14f4ba155da77b0824bda232b56f [file]
--- a/lib/stdint.in.h
+++ b/lib/stdint.in.h
@@ -99,7 +99,7 @@
AIX 5.2 <sys/types.h> isn't needed and causes troubles.
Mac OS X 10.4.6 <sys/types.h> includes <stdint.h> (which is us), but
relies on the system <stdint.h> definitions, so include
- <sys/types.h> after @NEXT_STDINT_H@. */
+ <sys/types.h> after @ NEXT_STDINT_H @. */
# if @HAVE_SYS_TYPES_H@ && ! defined _AIX
# include <sys/types.h>
# endif