aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2021-09-11 12:03:52 +0000
committerDoug Rabson <dfr@FreeBSD.org>2021-09-11 12:27:11 +0000
commit895545d0e6664ad05fefe63ce46eb670be7e4957 (patch)
treed6b0f125d47ed7ab430120c933439842e45b340e
parent3703c18883341f3ff09c42d7f3b36ab80e4a071b (diff)
downloadsrc-895545d0e6664ad05fefe63ce46eb670be7e4957.tar.gz
src-895545d0e6664ad05fefe63ce46eb670be7e4957.zip
Fix spelling of BUILDENV_SHELL
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 478824675382..8134bb93df03 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1219,7 +1219,7 @@ BUILDENV_DIR?= ${.CURDIR}
# Note: make will report any errors the shell reports. This can
# be odd if the last command in an interactive shell generates an
# error or is terminated by SIGINT. These reported errors look bad,
-# but are harmless. Allowing them also allows BUIDLENV_SHELL to
+# but are harmless. Allowing them also allows BUILDENV_SHELL to
# be a complex command whose status will be returned to the caller.
# Some scripts in tools rely on this behavior to report build errors.
#