summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_socket.h
diff options
context:
space:
mode:
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