aboutsummaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2001-08-16 17:17:54 +0000
committerJulian Elischer <julian@FreeBSD.org>2001-08-16 17:17:54 +0000
commit6221ffb389224d9ff8e3af8cf52f8150cfa44c72 (patch)
treeacf64b106149fc4addaa58ac11cad5ac2ddd0324 /sys/net
parent50624012be8dc504072b4f25784bf5171e2974b4 (diff)
downloadsrc-6221ffb389224d9ff8e3af8cf52f8150cfa44c72.tar.gz
src-6221ffb389224d9ff8e3af8cf52f8150cfa44c72.zip
Fix typo
Submitted by: BDE MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=81788
Diffstat (limited to 'sys/net')
-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 0abb28506f58..5d2b903dd5b2 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 */