summaryrefslogtreecommitdiff
path: root/posix/sys/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'posix/sys/types.h')
-rw-r--r--posix/sys/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/sys/types.h b/posix/sys/types.h
index a01cd25507..28f3a74c01 100644
--- a/posix/sys/types.h
+++ b/posix/sys/types.h
@@ -144,7 +144,7 @@ typedef unsigned int uint;
#if !__GNUC_PREREQ (2, 7)
-/* These types are defined by the ISO C 9x header <inttypes.h>. */
+/* These types are defined by the ISO C99 header <inttypes.h>. */
# ifndef __int8_t_defined
# define __int8_t_defined
typedef char int8_t;