Skip to content

Commit c072c3f

Browse files
mfwittenJiri Kosina
authored and
Jiri Kosina
committed
README: Capitalize start of sentence
Signed-off-by: Michael Witten <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 88f7a64 commit c072c3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,11 @@ CONFIGURING the kernel:
218218

219219
NOTES on "make config":
220220

221-
- having unnecessary drivers will make the kernel bigger, and can
221+
- Having unnecessary drivers will make the kernel bigger, and can
222222
under some circumstances lead to problems: probing for a
223223
nonexistent controller card may confuse your other controllers
224224

225-
- compiling the kernel with "Processor type" set higher than 386
225+
- Compiling the kernel with "Processor type" set higher than 386
226226
will result in a kernel that does NOT work on a 386. The
227227
kernel will detect this on bootup, and give up.
228228

@@ -232,7 +232,7 @@ CONFIGURING the kernel:
232232
but will work on different machines regardless of whether they
233233
have a math coprocessor or not.
234234

235-
- the "kernel hacking" configuration details usually result in a
235+
- The "kernel hacking" configuration details usually result in a
236236
bigger or slower kernel (or both), and can even make the kernel
237237
less stable by configuring some routines to actively try to
238238
break bad code to find kernel problems (kmalloc()). Thus you

0 commit comments

Comments
 (0)