typo fix in comment
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 26 Sep 2016 06:52:52 +0000 (08:52 +0200)
committerDenys 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

index 3870d4f938fe7bfca30d4ea7d162be135e8b57c0..13dc9c73a54c13eb76aa6c4b001c455d389110f6 100644 (file)
@@ -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)