From 91a4e17b7fb3acdba096ef5867449f47f1f7528b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 03:56:58 +0000 Subject: [PATCH] spelling: instead --- src/See/win_bpf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/See/win_bpf.h b/src/See/win_bpf.h index 8ca879f5..dc5d561c 100644 --- a/src/See/win_bpf.h +++ b/src/See/win_bpf.h @@ -397,7 +397,7 @@ u_int bpf_filter(register struct bpf_insn *pc, \return The portion of the packet to keep, in bytes. 0 means that the packet must be rejected, -1 means that the whole packet must be kept. - This function is used when NDIS passes the packet to NPF_tap() in two buffers instaed than in a single one. + This function is used when NDIS passes the packet to NPF_tap() in two buffers instead than in a single one. */ u_int bpf_filter_with_2_buffers(register struct bpf_insn *pc, register u_char *p,