diff options
author | stefanf <stefanf@FreeBSD.org> | 2005-03-11 14:20:09 +0000 |
---|---|---|
committer | stefanf <stefanf@FreeBSD.org> | 2005-03-11 14:20:09 +0000 |
commit | 60ecbe760f21f3245c98e7bd94862e44208927f2 (patch) | |
tree | ca3108038e7d3d3e250a26c806b65cc082ec8047 /usr.sbin | |
parent | 8655a91f5826e86edfb603f7320dcc537821b383 (diff) | |
download | FreeBSD-src-60ecbe760f21f3245c98e7bd94862e44208927f2.zip FreeBSD-src-60ecbe760f21f3245c98e7bd94862e44208927f2.tar.gz |
Fix typos in comments.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/dconschat/dconschat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/dconschat/dconschat.c b/usr.sbin/dconschat/dconschat.c index 83e7dd0..e7dc004 100644 --- a/usr.sbin/dconschat/dconschat.c +++ b/usr.sbin/dconschat/dconschat.c @@ -621,7 +621,7 @@ dconschat_read_filter(struct dcons_state *dc, struct dcons_port *p, while (slen > 0) { if (IS_CONSOLE(p)) { if ((dc->flags & F_TELNET) != 0) { - /* XXX Telent workarounds */ + /* XXX Telnet workarounds */ if (p->skip_read -- > 0) { sp ++; slen --; @@ -825,7 +825,7 @@ main(int argc, char **argv) dc = ≻ dc->flags |= USE_CROM ? F_USE_CROM : 0; - /* defualt ports */ + /* default ports */ port[0] = 0; /* stdin/out for console */ port[1] = -1; /* disable gdb port */ @@ -945,7 +945,7 @@ found: } dconschat_fetch_header(dc); - /* iniit sockets */ + /* init sockets */ dc->kq = kqueue(); if (poll_hz == 1) { dc->to.tv_sec = 1; |