mirror of https://github.com/mirror/busybox.git
typo fix in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_26_stable
parent
557482c1cb
commit
4537f83d52
|
@ -50,7 +50,7 @@ static const struct speed_map speeds[] = {
|
||||||
{EXTA, 19200},
|
{EXTA, 19200},
|
||||||
#endif
|
#endif
|
||||||
/* 19200 = 0x4b00 */
|
/* 19200 = 0x4b00 */
|
||||||
/* 38400 = 0x9600, this value would use bit#15 is not "/200" encoded: */
|
/* 38400 = 0x9600, this value would use bit#15 if not "/200" encoded: */
|
||||||
#ifdef B38400
|
#ifdef B38400
|
||||||
{B38400, 38400/200 + 0x8000u},
|
{B38400, 38400/200 + 0x8000u},
|
||||||
#elif defined(EXTB)
|
#elif defined(EXTB)
|
||||||
|
|
Loading…
Reference in New Issue