diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-09-26 08:52:52 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-09-26 08:52:52 +0200 |
commit | 4537f83d522086bec8aaa2077f889d8c1c389862 (patch) | |
tree | dab602e40cbd90166abbcb0be072215e6566c067 /libbb | |
parent | 557482c1cbeacaeb24247738b09983a0736d407a (diff) | |
download | busybox-w32-4537f83d522086bec8aaa2077f889d8c1c389862.tar.gz busybox-w32-4537f83d522086bec8aaa2077f889d8c1c389862.tar.bz2 busybox-w32-4537f83d522086bec8aaa2077f889d8c1c389862.zip |
typo fix in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/speed_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/speed_table.c b/libbb/speed_table.c index 3870d4f93..13dc9c73a 100644 --- a/libbb/speed_table.c +++ b/libbb/speed_table.c | |||
@@ -50,7 +50,7 @@ static const struct speed_map speeds[] = { | |||
50 | {EXTA, 19200}, | 50 | {EXTA, 19200}, |
51 | #endif | 51 | #endif |
52 | /* 19200 = 0x4b00 */ | 52 | /* 19200 = 0x4b00 */ |
53 | /* 38400 = 0x9600, this value would use bit#15 is not "/200" encoded: */ | 53 | /* 38400 = 0x9600, this value would use bit#15 if not "/200" encoded: */ |
54 | #ifdef B38400 | 54 | #ifdef B38400 |
55 | {B38400, 38400/200 + 0x8000u}, | 55 | {B38400, 38400/200 + 0x8000u}, |
56 | #elif defined(EXTB) | 56 | #elif defined(EXTB) |