summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/radius.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/radius.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/radius.c')
-rw-r--r--usr.sbin/ppp/radius.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ppp/radius.c b/usr.sbin/ppp/radius.c
index cac6b6e..c868a67 100644
--- a/usr.sbin/ppp/radius.c
+++ b/usr.sbin/ppp/radius.c
@@ -232,7 +232,7 @@ radius_Process(struct radius *r, int got)
}
/*
- * We've either timed out or select()ed on the read fdescriptor
+ * We've either timed out or select()ed on the read descriptor
*/
static void
radius_Continue(struct radius *r, int sel)
@@ -270,7 +270,7 @@ radius_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset)
}
/*
- * Behave as a struct fdescriptor (fdescriptor.h)
+ * Behave as a struct fdescriptor (descriptor.h)
*/
static int
radius_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
@@ -289,7 +289,7 @@ radius_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
}
/*
- * Behave as a struct fdescriptor (fdescriptor.h)
+ * Behave as a struct fdescriptor (descriptor.h)
*/
static int
radius_IsSet(struct fdescriptor *d, const fd_set *fdset)
@@ -300,7 +300,7 @@ radius_IsSet(struct fdescriptor *d, const fd_set *fdset)
}
/*
- * Behave as a struct fdescriptor (fdescriptor.h)
+ * Behave as a struct fdescriptor (descriptor.h)
*/
static int
radius_Write(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset)
OpenPOWER on IntegriCloud