summaryrefslogtreecommitdiff
path: root/m4/ax_create_stdint_h.m4
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-03-28 05:30:39 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-03-28 05:30:39 +0000
commit57650e8a630ec1de70dfe82505f43409ff9146bd (patch)
tree88dc67dd8f16c94146ca85417609d924a1ae56d7 /m4/ax_create_stdint_h.m4
parent7f6f855e651a229ea29e7d8742136d02556d79c2 (diff)
downloadautoconf-archive-57650e8a630ec1de70dfe82505f43409ff9146bd.tar.gz
spelling: respectively
Diffstat (limited to 'm4/ax_create_stdint_h.m4')
-rw-r--r--m4/ax_create_stdint_h.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_create_stdint_h.m4 b/m4/ax_create_stdint_h.m4
index daf3bc9..29f329b 100644
--- a/m4/ax_create_stdint_h.m4
+++ b/m4/ax_create_stdint_h.m4
@@ -14,7 +14,7 @@
# provide this file, but some will have the very same definitions in
# <inttypes.h>. In other environments we can use the inet-types in
# <sys/types.h> which would define the typedefs int8_t and u_int8_t
-# respectivly.
+# respectively.
#
# This macros will create a local "_stdint.h" or the headerfile given as
# an argument. In many cases that file will just "#include <stdint.h>" or