aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_pppoe.h
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1999-11-09 00:31:04 +0000
committerJulian Elischer <julian@FreeBSD.org>1999-11-09 00:31:04 +0000
commit12f035e0fd8dc9d6174834ca1b41a4740cc087c5 (patch)
treea1b4ea127ea9edf85895878ee9639855d906e76e /sys/netgraph/ng_pppoe.h
parent880dead128ff1d9aac70bb63703022214998b3c8 (diff)
downloadsrc-12f035e0fd8dc9d6174834ca1b41a4740cc087c5.tar.gz
src-12f035e0fd8dc9d6174834ca1b41a4740cc087c5.zip
Remove a null pointer reference
Submitted by: Brian Somers (brian@freebsd.org)
Notes
Notes: svn path=/head/; revision=53042
Diffstat (limited to 'sys/netgraph/ng_pppoe.h')
-rw-r--r--sys/netgraph/ng_pppoe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_pppoe.h b/sys/netgraph/ng_pppoe.h
index 53061d1dd6ec..3a97157750ad 100644
--- a/sys/netgraph/ng_pppoe.h
+++ b/sys/netgraph/ng_pppoe.h
@@ -94,7 +94,7 @@ struct ngpppoestat {
*
* When this structure is accepted by the NGM_PPPOE_WAIT command.
* If no service is given this is assumed to accept ALL PADI requests.
- * This may at some time take a regexp exporession, but not yet.
+ * This may at some time take a regexp expression, but not yet.
* Matching PADI requests will be passed up the named hook.
*
*