summaryrefslogtreecommitdiff
path: root/config/stdint.m4
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-05-29 16:54:57 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2012-05-29 16:54:57 +0100
commitca9d5dc67d095ba0c2ab48856cb9440509805930 (patch)
tree42b4fcc5723cb701db8e804ffd79b42eb8749ea1 /config/stdint.m4
parent6399c0abb3e562d7dc9cbf2f85998965dac1a1cb (diff)
mt-sde: Fix typos.
* mt-sde: Fix typos. * stdint.m4: Fix typos. * tcl.m4: Fix typos. From-SVN: r187971
Diffstat (limited to 'config/stdint.m4')
-rw-r--r--config/stdint.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/stdint.m4 b/config/stdint.m4
index fbdd58619a5..61898a75fae 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