diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-29 15:58:15 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-05-29 15:58:15 +0000 |
commit | 75b6133098753a31b722f94b86e95b11323735f0 (patch) | |
tree | 520b14d2eb37023368c733dc59818deba35b94d2 /config/stdint.m4 | |
parent | d6719f7e17a613ad90039dc4adabbc82f8532d52 (diff) | |
download | cygnal-75b6133098753a31b722f94b86e95b11323735f0.tar.gz cygnal-75b6133098753a31b722f94b86e95b11323735f0.tar.bz2 cygnal-75b6133098753a31b722f94b86e95b11323735f0.zip |
Resync config/ from GCC.
Diffstat (limited to 'config/stdint.m4')
-rw-r--r-- | config/stdint.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/stdint.m4 b/config/stdint.m4 index fbdd58619..61898a75f 100644 --- a/config/stdint.m4 +++ b/config/stdint.m4 @@ -18,7 +18,7 @@ dnl the "ISO C9X: 7.18 Integer types <stdint.h>" section requires the dnl existence of an include file <stdint.h> that defines a set of dnl typedefs, especially uint8_t,int32_t,uintptr_t. dnl Many older installations will not provide this file, but some will -dnl have the very same definitions in <inttypes.h>. In other enviroments +dnl have the very same definitions in <inttypes.h>. In other environments dnl we can use the inet-types in <sys/types.h> which would define the dnl typedefs int8_t and u_int8_t respectivly. dnl |