Module Name: src
Committed By: wiz
Date: Sun Oct 12 08:04:30 UTC 2014
Modified Files:
src/usr.bin/config: TODO
Log Message:
Spelling.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/config/TODO
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/config/TODO
diff -u src/usr.bin/config/TODO:1.2 src/usr.bin/config/TODO:1.3
--- src/usr.bin/config/TODO:1.2 Sun Oct 12 04:23:46 2014
+++ src/usr.bin/config/TODO Sun Oct 12 08:04:30 2014
@@ -34,12 +34,12 @@ o Sort objects in more reasonable order.
Kill linker definitions in sys/conf/Makefile.inc.kern.
-o Differenciate "options" and "flags"/"params".
+o Differentiate "options" and "flags"/"params".
- "options" enables featurs by adding *.c files (via attributes).
+ "options" enables features by adding *.c files (via attributes).
"flags" and "params" are to change contents of *.c files. These don't add
- *.c files to the result kernek, or don't build attributes (modules).
+ *.c files to the result kernel, or don't build attributes (modules).
o Make flags/params per attributes (modules).
@@ -60,5 +60,5 @@ o Generate things only by definitions.
o Split cfdata.
cfdata is pattern matching rules to enable devices at runtime device
- auto-configuration. It is pure data and can (should) be generated separatedly
+ auto-configuration. It is pure data and can (should) be generated separately
from the code.