summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.h
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/bundle.h
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/bundle.h')
-rw-r--r--usr.sbin/ppp/bundle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/bundle.h b/usr.sbin/ppp/bundle.h
index c6a5cb4..1cd6946 100644
--- a/usr.sbin/ppp/bundle.h
+++ b/usr.sbin/ppp/bundle.h
@@ -66,7 +66,7 @@ struct bundle {
struct {
char Name[20]; /* The /dev/XXXX name */
- int fd; /* The /dev/XXXX fdescriptor */
+ int fd; /* The /dev/XXXX descriptor */
unsigned header : 1; /* Family header sent & received ? */
} dev;
OpenPOWER on IntegriCloud