From 786da2bbd08df5e83dcffa233184130ff024bae4 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Mon, 18 Dec 2006 05:42:33 +0000 Subject: [PATCH] spelling nit --- sys/conf/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/options b/sys/conf/options index 50535808598..80339c73a23 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -16,7 +16,7 @@ # .[c|s] should be directed into "opt_.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_.h" if it affect only some files. +# "opt_.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.