@@ -440,7 +440,7 @@ AC_ARG_ENABLE([hwloc],
440440AC_MSG_RESULT ( [ $enable_hwloc] )
441441
442442#
443- # Enble ccache explicitly (it's disabled by default, because of build problems in some cases)
443+ # Enable ccache explicitly (it's disabled by default, because of build problems in some cases)
444444#
445445AC_MSG_CHECKING ( [ whether to enable ccache] )
446446AC_ARG_ENABLE ( [ ccache] ,
@@ -451,7 +451,7 @@ AC_ARG_ENABLE([ccache],
451451AC_MSG_RESULT ( [ $enable_ccache] )
452452
453453#
454- # Enble hardening of the executables
454+ # Enable hardening of the executables
455455#
456456AC_MSG_CHECKING ( [ whether to enable hardening of the executables] )
457457AC_ARG_ENABLE ( [ hardening] ,
@@ -1125,7 +1125,7 @@ if test "x${GCC}" = "xyes"; then
11251125 fi
11261126fi
11271127
1128- # Overrride detected architecture with the user suplied one
1128+ # Override detected architecture with the user supplied one
11291129#
11301130AC_ARG_WITH ( architecture , [ AC_HELP_STRING ([ --with-architecture=ARCH] ,[ use a specific CPU architecture] )] ,
11311131[
@@ -1177,7 +1177,7 @@ AS_IF([test "x${enable_hardening}" = "xyes"], [
11771177
11781178#
11791179# Note: These are site-specific macro's that do various tests
1180- # on the selected compilers. There was some tunning
1180+ # on the selected compilers. There was some tuning
11811181# associated with our not wanting to use GNU for _everything_.
11821182# Note: This macro may set certain parameters when run.
11831183#
@@ -1210,7 +1210,7 @@ AC_CHECK_FUNCS([pthread_mutexattr_settype])
12101210dnl XXX The following check incorrectly causes the build to succeed
12111211dnl on Darwin. We should be using AC_SEARCH_LIBS, but rest_init is
12121212dnl actually present in libsystem. We are searching for the library
1213- dnl that contains the full Bind 9 API (which is acutally libresolv).
1213+ dnl that contains the full Bind 9 API (which is actually libresolv).
12141214dnl However, the resolv API uses macros to rename it's APIs to per-version
12151215dnl symbols, so standard autoconf macros cannot reasonably be used to
12161216dnl check for it. We need to write custom macros to detect it properly.
@@ -2232,7 +2232,7 @@ AC_SUBST([iocore_include_dirs])
22322232# TS_INCLUDES *not* to AM_CPPFLAGS. If you add then to AM_CPPFLAGS
22332233# then they are always prepended to the local AM_CPPFLAGS which risks
22342234# name collisions with in-tree files. We always want the in-tree files
2235- # to have precendence .
2235+ # to have precedence .
22362236AC_SUBST ( [ TS_INCLUDES] )
22372237
22382238AS_IF ( [ test "x$RPATH" != "x"] , [
0 commit comments