summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/tty.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-03-14 01:47:07 +0000
committerbrian <brian@FreeBSD.org>2000-03-14 01:47:07 +0000
commit11898ff77cba732f0cb7e93a7669c9da0a192285 (patch)
tree846a879f6cfb62c32f99358710612e9c7c751c0a /usr.sbin/ppp/tty.c
parentbe63b172324c0cae239dcea5913686e4fe3aa28f (diff)
downloadFreeBSD-src-11898ff77cba732f0cb7e93a7669c9da0a192285.zip
FreeBSD-src-11898ff77cba732f0cb7e93a7669c9da0a192285.tar.gz
Correct some typos introduced in the descriptor -> fdescriptor change.
Diffstat (limited to 'usr.sbin/ppp/tty.c')
-rw-r--r--usr.sbin/ppp/tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/tty.c b/usr.sbin/ppp/tty.c
index dc7a1be..df6029c 100644
--- a/usr.sbin/ppp/tty.c
+++ b/usr.sbin/ppp/tty.c
@@ -202,7 +202,7 @@ tty_Raw(struct physical *p)
log_Printf(LogDEBUG, "%s: Entering tty_Raw\n", p->link.name);
if (p->type != PHYS_DIRECT && p->fd >= 0 && !Online(dev))
- log_Printf(LogDEBUG, "%s: Raw: fdescriptor = %d, mbits = %x\n",
+ log_Printf(LogDEBUG, "%s: Raw: descriptor = %d, mbits = %x\n",
p->link.name, p->fd, dev->mbits);
if (!physical_IsSync(p)) {
OpenPOWER on IntegriCloud