From: Denys Vlasenko Date: Mon, 26 Sep 2016 06:52:52 +0000 (+0200) Subject: typo fix in comment X-Git-Tag: 1_26_0~249 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4537f83d522086bec8aaa2077f889d8c1c389862;p=oweals%2Fbusybox.git typo fix in comment Signed-off-by: Denys Vlasenko --- 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[] = { {EXTA, 19200}, #endif /* 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 {B38400, 38400/200 + 0x8000u}, #elif defined(EXTB)