From 1aeb00ebcd61cb9851084aaa1767ebcc8ca25b7a Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 03:42:43 +0000 Subject: [PATCH] spelling: following --- src/See/Packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/See/Packet.c b/src/See/Packet.c index 319cc4df..64686889 100644 --- a/src/See/Packet.c +++ b/src/See/Packet.c @@ -118,7 +118,7 @@ DriverEntry( } else { - // Windows XP, 2003 and follwing want only NDIS_FLAGS_DONT_LOOPBACK + // Windows XP, 2003 and following want only NDIS_FLAGS_DONT_LOOPBACK g_SendPacketFlags = NDIS_FLAGS_DONT_LOOPBACK; }