aboutsummaryrefslogtreecommitdiff
path: root/share/mk/bsd.opts.mk
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-08-02 21:31:46 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-08-02 21:31:46 +0000
commitf117e4e1dff550a8e340955739512c868a34eb7c (patch)
tree0754c4435873f9c9ac8974ee1ead680009b019c4 /share/mk/bsd.opts.mk
parent3e46b70f38e628af925f57382fe7cdfad72e70a4 (diff)
downloadsrc-f117e4e1dff550a8e340955739512c868a34eb7c.tar.gz
src-f117e4e1dff550a8e340955739512c868a34eb7c.zip
Some minor doc fixups
- Tweak a sentence by placing the modifier before an adjective to make it flow better. - Fix a typo. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=321951
Diffstat (limited to 'share/mk/bsd.opts.mk')
-rw-r--r--share/mk/bsd.opts.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.opts.mk b/share/mk/bsd.opts.mk
index bdfff5acc5ba..0af79f8c05fe 100644
--- a/share/mk/bsd.opts.mk
+++ b/share/mk/bsd.opts.mk
@@ -4,7 +4,7 @@
#
# Users define WITH_FOO and WITHOUT_FOO on the command line or in /etc/src.conf
# and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no}
-# with sensible (usually) defaults.
+# with (usually) sensible defaults.
#
# Makefiles must include bsd.opts.mk after defining specific MK_FOO options that
# are applicable for that Makefile (typically there are none, but sometimes there
@@ -41,7 +41,7 @@ __<bsd.opts.mk>__:
#
# Only these options are used by bsd.*.mk. KERBEROS and OPENSSH are
-# unforutnately needed to support statically linking the entire
+# unfortunately needed to support statically linking the entire
# tree. su(1) wouldn't link since it depends on PAM which depends on
# ssh libraries when building with OPENSSH, and likewise for KERBEROS.