projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
816cd16
)
cttyhack: trivial spelling/spacing fixes
author
Kevin Cernekee
<cernekee@gmail.com>
Sun, 14 Aug 2011 20:35:25 +0000
(13:35 -0700)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 16 Aug 2011 21:31:03 +0000
(23:31 +0200)
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/cttyhack.c
patch
|
blob
|
history
diff --git
a/shell/cttyhack.c
b/shell/cttyhack.c
index 37ea13723eef838e32015bf54ce904db03b9b96f..6241c76a9166108449bc2f0c6091bff64c621520 100644
(file)
--- 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
, a
suming it is named /dev/ttySn */
+ /* this is a serial console
; as
suming it is named /dev/ttySn */
sprintf(console + 8, "S%d", u.sr.line);
break;
}