summaryrefslogtreecommitdiff
path: root/m4/bswap.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/bswap.m4')
-rw-r--r--m4/bswap.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/bswap.m4 b/m4/bswap.m4
index e6793d69..f504dcb7 100644
--- a/m4/bswap.m4
+++ b/m4/bswap.m4
@@ -36,7 +36,7 @@ dnl Dtermine whether the compiler has the __builtin_bswap32() intrinsic which
dnl is likely to be present for most versions of GCC as well as Clang.
AC_DEFUN([XIPH_C_BSWAP32],
-[AC_CACHE_CHECK(for bswap32 instrinsic,
+[AC_CACHE_CHECK(for bswap32 intrinsic,
ac_cv_c_bswap32,
# Initialize to no
@@ -63,7 +63,7 @@ dnl Dtermine whether the compiler has the __builtin_bswap16() intrinsic which
dnl is likely to be present for most versions of GCC as well as Clang.
AC_DEFUN([XIPH_C_BSWAP16],
-[AC_CACHE_CHECK(for bswap16 instrinsic,
+[AC_CACHE_CHECK(for bswap16 intrinsic,
ac_cv_c_bswap16,
# Initialize to no