summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_socket.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-11-21 10:43:05 +0000
committerjulian <julian@FreeBSD.org>1999-11-21 10:43:05 +0000
commitff227a07ea9a4c70d2185c81b1cfc4e65ecca43b (patch)
tree928215c016507b96e031aceda605a2ae2096f60a /sys/netgraph/ng_socket.h
parent34ed7085e34b1f01e590848167fde695bd86edbd (diff)
downloadFreeBSD-src-ff227a07ea9a4c70d2185c81b1cfc4e65ecca43b.zip
FreeBSD-src-ff227a07ea9a4c70d2185c81b1cfc4e65ecca43b.tar.gz
Fixes from brian. With some changes from me.
Allows FreeBSD to run as a PPPOE server One patch still not included.
Diffstat (limited to 'sys/netgraph/ng_socket.h')
-rw-r--r--sys/netgraph/ng_socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_socket.h b/sys/netgraph/ng_socket.h
index 1aacdf3..517b316 100644
--- a/sys/netgraph/ng_socket.h
+++ b/sys/netgraph/ng_socket.h
@@ -53,7 +53,7 @@
/* Commands */
enum {
- NGM_SOCK_CMD_NOLINGER = 1, /* close the soket on with last hook */
+ NGM_SOCK_CMD_NOLINGER = 1, /* close the socket with last hook */
NGM_SOCK_CMD_LINGER /* Keep socket even if 0 hooks */
};
OpenPOWER on IntegriCloud