Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/config Spelling fixes.
details: https://anonhg.NetBSD.org/src/rev/b9db7c6e1152
branches: trunk
changeset: 333371:b9db7c6e1152
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Oct 30 23:18:02 2014 +0000
description:
Spelling fixes.
diffstat:
usr.bin/config/TODO | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 255643356890 -r b9db7c6e1152 usr.bin/config/TODO
--- a/usr.bin/config/TODO Thu Oct 30 21:15:13 2014 +0000
+++ b/usr.bin/config/TODO Thu Oct 30 23:18:02 2014 +0000
@@ -91,8 +91,8 @@
o Introduce "class".
- Every module should be classfied as at least one class, as modular(9)
- modules already do. For example, filesystems are marked as "vfs", network
+ Every module should be classified as at least one class, as modular(9)
+ modules already do. For example, file systems are marked as "vfs", network
protocols are "netproto".
Consider to merge "devclass" into "class".
@@ -123,7 +123,7 @@
The .kctors/.kdtors entries are executed by kernel's main() function, unlike
userland where start code executes .ctors/.dtors before main(). The hardcoded
sequence of various subsystem initializations in init_main.c:main() will be
- replaced by an array of .kctors invocaions, and #ifdef's there will be gone.
+ replaced by an array of .kctors invocations, and #ifdef's there will be gone.
o Replace linkset.
@@ -139,7 +139,7 @@
o Shared kernel objects.
- Since NetBSD has not established a clear kernek ABI, every single kernel
+ Since NetBSD has not established a clear kernel ABI, every single kernel
has to build all the objects by their own. As a result, similar kernels
(e.g. evbarm kernels) repeatedly compile similar objects, that is waste of
energy & space.
Home |
Main Index |
Thread Index |
Old Index