diff options
author | julian <julian@FreeBSD.org> | 2001-08-16 17:17:54 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2001-08-16 17:17:54 +0000 |
commit | f5b6de7200a7efc493f4d187ddee37c7a77ad551 (patch) | |
tree | acf64b106149fc4addaa58ac11cad5ac2ddd0324 /sys | |
parent | 0532d5e5d918c56d6529bc60be62c9c362a8cc86 (diff) | |
download | FreeBSD-src-f5b6de7200a7efc493f4d187ddee37c7a77ad551.zip FreeBSD-src-f5b6de7200a7efc493f4d187ddee37c7a77ad551.tar.gz |
Fix typo
Submitted by: BDE
MFC after: 2 weeks
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/if_slvar.h | 2 |
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 */ |