summaryrefslogtreecommitdiff
path: root/m4/bswap.m4
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-05-22 10:17:53 -0400
committerErik de Castro Lopo <erikd@mega-nerd.com>2018-05-24 07:20:19 +1000
commit01eb19708c11f6aae1013e7c9c29c83efda33bfb (patch)
tree63e8b47f83baacc674f28f5328fa52d045fd45d2 /m4/bswap.m4
parent0db0e878b8c7eb09f9f42fb39ca43b7cbc5e8aca (diff)
downloadflac-01eb19708c11f6aae1013e7c9c29c83efda33bfb.tar.gz
Fix miscellaneous typos.
Found via `codespell -q 3`
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