From 7a3509815b86c721d69aa64005b01cbcf55ff628 Mon Sep 17 00:00:00 2001 From: Swapnil Date: Wed, 31 Oct 2018 02:02:26 +0530 Subject: Fix typo for the word absence (#298) --- network/ndis/ndisprot/6x/sys/ndisprot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network') diff --git a/network/ndis/ndisprot/6x/sys/ndisprot.h b/network/ndis/ndisprot/6x/sys/ndisprot.h index 60ebb2af..b4efbaf4 100644 --- a/network/ndis/ndisprot/6x/sys/ndisprot.h +++ b/network/ndis/ndisprot/6x/sys/ndisprot.h @@ -88,7 +88,7 @@ typedef enum _NDISPROT_OPEN_STATE{ // // While an NDIS binding exists, read IRPs are queued on this // structure, to be processed when packets are received. -// If data arrives in the absense of a pended read IRP, we +// If data arrives in the absence of a pended read IRP, we // queue it, to the extent of one packet, i.e. we save the // contents of the latest packet received. We fail read IRPs // received when no NDIS binding exists (or is in the process -- cgit v1.3.1