diff options
| author | Swapnil <[email protected]> | 2018-10-31 02:02:26 +0530 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2018-10-30 13:32:25 -0700 |
| commit | 7a3509815b86c721d69aa64005b01cbcf55ff628 (patch) | |
| tree | bcd686a51516b1325ff3edade69103f60aae112a | |
| parent | 7eb7367017e7a2c14c2e93e4f58656ab0bc28638 (diff) | |
Fix typo for the word absence (#298)
| -rw-r--r-- | network/ndis/ndisprot/6x/sys/ndisprot.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
