From 5d0beca3f496fae8e3473e1de3f69591867bcecd Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 03:42:13 +0000 Subject: [PATCH] spelling: field --- src/See/Packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/See/Packet.h b/src/See/Packet.h index 47a5fadf..6d9396c7 100644 --- a/src/See/Packet.h +++ b/src/See/Packet.h @@ -333,7 +333,7 @@ typedef struct _OPEN_INSTANCE HANDLE ReadEventHandle; ///< Handle of the event on which the read calls on this instance must wait. UNICODE_STRING ReadEventName; ///< Name of the event on which the read calls on this instance must wait. ///< The event is created with a name, so it can be used at user level to know when it - ///< is possible to access the driver without being blocked. This fiels stores the name + ///< is possible to access the driver without being blocked. This field stores the name ///< that and is used by the BIOCGEVNAME IOCTL call. PUCHAR bpfprogram; ///< Pointer to the filtering pseudo-code associated with current instance of the driver. ///< This code is used only in particular situations (for example when the packet received