aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2006-12-18 05:42:33 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2006-12-18 05:42:33 +0000
commit786da2bbd08df5e83dcffa233184130ff024bae4 (patch)
tree96e138280924d5b4c668ddd6fb7f0ada8df00ac1 /sys/conf
parent2dacb27e06e28d7708545e47d813343ba6bf41d2 (diff)
Notes
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/options2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 505358085980..80339c73a231 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -16,7 +16,7 @@
# <xxx>.[c|s] should be directed into "opt_<xxx>.h", while options
# that affect multiple files should either go in "opt_global.h" if
# this is a kernel-wide option (used just about everywhere), or in
-# "opt_<option-name-in-lower-case>.h" if it affect only some files.
+# "opt_<option-name-in-lower-case>.h" if it affects only some files.
# Note that the effect of listing only an option without a
# header-file-name in conf/options (and cousins) is that the last
# convention is followed.