summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/net/if_slvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_slvar.h b/sys/net/if_slvar.h
index 0abb285..5d2b903 100644
--- a/sys/net/if_slvar.h
+++ b/sys/net/if_slvar.h
@@ -69,7 +69,7 @@ struct sl_softc {
struct callout_handle sc_kahandle;
struct slcompress sc_comp; /* tcp compression data */
LIST_ENTRY(sl_softc) sl_next;
- u_char *bpfbuf; /* hing buffer for bpf here */
+ u_char *bpfbuf; /* hang buffer for bpf here */
};
/* internal flags */
OpenPOWER on IntegriCloud