projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
557482c
)
typo fix in comment
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 26 Sep 2016 06:52:52 +0000
(08:52 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 26 Sep 2016 06:52:52 +0000
(08:52 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/speed_table.c
patch
|
blob
|
history
diff --git
a/libbb/speed_table.c
b/libbb/speed_table.c
index 3870d4f938fe7bfca30d4ea7d162be135e8b57c0..13dc9c73a54c13eb76aa6c4b001c455d389110f6 100644
(file)
--- a/
libbb/speed_table.c
+++ b/
libbb/speed_table.c
@@
-50,7
+50,7
@@
static const struct speed_map speeds[] = {
{EXTA, 19200},
#endif
/* 19200 = 0x4b00 */
-/* 38400 = 0x9600, this value would use bit#15 i
s
not "/200" encoded: */
+/* 38400 = 0x9600, this value would use bit#15 i
f
not "/200" encoded: */
#ifdef B38400
{B38400, 38400/200 + 0x8000u},
#elif defined(EXTB)