summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Chu <chu11@llnl.gov>2023-04-18 16:32:26 -0700
committerAlbert Chu <chu11@llnl.gov>2023-04-18 16:32:26 -0700
commitf90a1b40290e08332b55003ebcaafc2b70455cb0 (patch)
tree8cfc62bc9416677325fdd3473e3998a146f30b3b
parented466f7ff448260f37ce3e72c92541dcf6e6b327 (diff)
downloadautoconf-archive-f90a1b40290e08332b55003ebcaafc2b70455cb0.tar.gz
ax_boost_base.m4: fix comment typo
-rw-r--r--m4/ax_boost_base.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4
index b1fed7a..d2d5c24 100644
--- a/m4/ax_boost_base.m4
+++ b/m4/ax_boost_base.m4
@@ -10,7 +10,7 @@
#
# Test for the Boost C++ libraries of a particular version (or newer)
#
-# If no path to the installed boost library is given the macro searchs
+# If no path to the installed boost library is given the macro searches
# under /usr, /usr/local, /opt, /opt/local and /opt/homebrew and evaluates
# the $BOOST_ROOT environment variable. Further documentation is available
# at <http://randspringer.de/boost/index.html>.