[git commit] cttyhack: trivial spelling/spacing fixes

Denys Vlasenko vda.linux at googlemail.com
Tue Aug 16 21:31:03 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=4619802a5f399119345ca339886b7b060f2c15aa
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Kevin Cernekee <cernekee at gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 shell/cttyhack.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/shell/cttyhack.c b/shell/cttyhack.c
index 37ea137..6241c76 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;
 			}
-- 
1.7.3.4



More information about the busybox-cvs mailing list