diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2011-07-08 05:47:49 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-07-08 05:47:49 +0200 |
commit | b5de0c12d6f1803ed6d161c9a56aab99412d3b97 (patch) | |
tree | dbaff83b9012828e1b6e51c9d45bb32c777e0505 /util-linux/lspci.c | |
parent | 4dc35fb5b6b574552a432622274941a6e4c67476 (diff) | |
download | busybox-w32-b5de0c12d6f1803ed6d161c9a56aab99412d3b97.tar.gz busybox-w32-b5de0c12d6f1803ed6d161c9a56aab99412d3b97.tar.bz2 busybox-w32-b5de0c12d6f1803ed6d161c9a56aab99412d3b97.zip |
typo fixes
Signed-off-by: Dan Fandrich <dan@coneharvesters.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/lspci.c')
-rw-r--r-- | util-linux/lspci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/lspci.c b/util-linux/lspci.c index f59aec8a5..5184858d1 100644 --- a/util-linux/lspci.c +++ b/util-linux/lspci.c | |||
@@ -12,7 +12,7 @@ | |||
12 | //usage:#define lspci_full_usage "\n\n" | 12 | //usage:#define lspci_full_usage "\n\n" |
13 | //usage: "List all PCI devices" | 13 | //usage: "List all PCI devices" |
14 | //usage: "\n" | 14 | //usage: "\n" |
15 | //usage: "\n -m Parseable output" | 15 | //usage: "\n -m Parsable output" |
16 | //usage: "\n -k Show driver" | 16 | //usage: "\n -k Show driver" |
17 | 17 | ||
18 | #include "libbb.h" | 18 | #include "libbb.h" |