summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_l2tp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_l2tp.h')
-rw-r--r--sys/netgraph/ng_l2tp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_l2tp.h b/sys/netgraph/ng_l2tp.h
index 106162b..45b66b0 100644
--- a/sys/netgraph/ng_l2tp.h
+++ b/sys/netgraph/ng_l2tp.h
@@ -54,7 +54,7 @@
#define NG_L2TP_HOOK_SESSION_P "session_" /* session data hook (prefix) */
#define NG_L2TP_HOOK_SESSION_F "session_%04x" /* session data hook (format) */
-/* Set intial sequence numbers to not yet enabled node. */
+/* Set initial sequence numbers to not yet enabled node. */
struct ng_l2tp_seq_config {
u_int16_t ns; /* sequence number to send next */
u_int16_t nr; /* sequence number to be recved next */
OpenPOWER on IntegriCloud