diff options
Diffstat (limited to 'usr.sbin/ppp/bundle.h')
-rw-r--r-- | usr.sbin/ppp/bundle.h | 2 |
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; |