From: Kevin Cernekee Date: Sun, 14 Aug 2011 20:35:25 +0000 (-0700) Subject: cttyhack: trivial spelling/spacing fixes X-Git-Tag: 1_20_0~268 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4619802a5f399119345ca339886b7b060f2c15aa;p=oweals%2Fbusybox.git cttyhack: trivial spelling/spacing fixes Signed-off-by: Kevin Cernekee Signed-off-by: Denys Vlasenko --- diff --git a/shell/cttyhack.c b/shell/cttyhack.c index 37ea13723..6241c76a9 100644 --- a/shell/cttyhack.c +++ b/shell/cttyhack.c @@ -139,7 +139,7 @@ int cttyhack_main(int argc UNUSED_PARAM, char **argv) #endif #ifdef TIOCGSERIAL if (ioctl(0, TIOCGSERIAL, &u.sr) == 0) { - /* this is a serial console, asuming it is named /dev/ttySn */ + /* this is a serial console; assuming it is named /dev/ttySn */ sprintf(console + 8, "S%d", u.sr.line); break; }