diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2006-12-18 05:42:33 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2006-12-18 05:42:33 +0000 |
| commit | 786da2bbd08df5e83dcffa233184130ff024bae4 (patch) | |
| tree | 96e138280924d5b4c668ddd6fb7f0ada8df00ac1 /sys/conf | |
| parent | 2dacb27e06e28d7708545e47d813343ba6bf41d2 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/options | 2 |
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. |
