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:21:21 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-03-28 05:21:21 +0000
commitb73f990eb3edd5476b4db3f97c06d806149a5528 (patch)
tree22bf621333b2d650e3a76bdf7a00133cb0375dd6 /m4/ax_create_stdint_h.m4
parent7f722d79335a0a35e512ac4ac0e6571be63249a0 (diff)
downloadautoconf-archive-b73f990eb3edd5476b4db3f97c06d806149a5528.tar.gz
spelling: merrily
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 4ff7c27..daf3bc9 100644
--- a/m4/ax_create_stdint_h.m4
+++ b/m4/ax_create_stdint_h.m4
@@ -655,7 +655,7 @@ typedef long intptr_t;
#endif
#endif
-/* These limits are merily those of a two complement byte-oriented system */
+/* These limits are merrily those of a two complement byte-oriented system */
/* Minimum of signed integral types. */
# define INT8_MIN (-128)