Skip to content

Commit 6d12760

Browse files
mfwittenJiri Kosina
authored andcommitted
README: Alternately' -> Alternatively'
Also, one `Alternate' was changed to `Alternative' for the sake of consistency. Signed-off-by: Michael Witten <mfwitten@gmail.com> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent a6144bb commit 6d12760

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
@@ -163,7 +163,7 @@ CONFIGURING the kernel:
163163
new version with minimal work, use "make oldconfig", which will
164164
only ask you for the answers to new questions.
165165

166-
- Alternate configuration commands are:
166+
- Alternative configuration commands are:
167167
"make config" Plain text interface.
168168
"make menuconfig" Text based color menus, radiolists & dialogs.
169169
"make nconfig" Enhanced text based color menus.
@@ -328,7 +328,7 @@ IF SOMETHING GOES WRONG:
328328
sense of the dump (but compiling with CONFIG_KALLSYMS is usually preferred).
329329
This utility can be downloaded from
330330
ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/ksymoops/ .
331-
Alternately, you can do the dump lookup by hand:
331+
Alternatively, you can do the dump lookup by hand:
332332

333333
- In debugging dumps like the above, it helps enormously if you can
334334
look up what the EIP value means. The hex value as such doesn't help
@@ -361,7 +361,7 @@ IF SOMETHING GOES WRONG:
361361
kernel image or similar), telling me as much about your setup as
362362
possible will help. Please read the REPORTING-BUGS document for details.
363363

364-
- Alternately, you can use gdb on a running kernel. (read-only; i.e. you
364+
- Alternatively, you can use gdb on a running kernel. (read-only; i.e. you
365365
cannot change values or set break points.) To do this, first compile the
366366
kernel with -g; edit arch/i386/Makefile appropriately, then do a "make
367367
clean". You'll also need to enable CONFIG_PROC_FS (via "make config").

0 commit comments

Comments
 (0)