diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2001-08-16 17:17:54 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2001-08-16 17:17:54 +0000 |
| commit | 6221ffb389224d9ff8e3af8cf52f8150cfa44c72 (patch) | |
| tree | acf64b106149fc4addaa58ac11cad5ac2ddd0324 | |
| parent | 50624012be8dc504072b4f25784bf5171e2974b4 (diff) | |
Notes
| -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 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 */ |
