From f5b6de7200a7efc493f4d187ddee37c7a77ad551 Mon Sep 17 00:00:00 2001 From: julian Date: Thu, 16 Aug 2001 17:17:54 +0000 Subject: [PATCH] Fix typo Submitted by: BDE MFC after: 2 weeks --- sys/net/if_slvar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */