summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/IpFragment.h
diff options
context:
space:
mode:
Diffstat (limited to 'datapath-windows/ovsext/IpFragment.h')
-rw-r--r--datapath-windows/ovsext/IpFragment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/datapath-windows/ovsext/IpFragment.h b/datapath-windows/ovsext/IpFragment.h
index cd5b96033..2b2305132 100644
--- a/datapath-windows/ovsext/IpFragment.h
+++ b/datapath-windows/ovsext/IpFragment.h
@@ -57,7 +57,7 @@ typedef struct _OVS_IPFRAG_THREAD_CTX {
#define IP_FRAG_HASH_TABLE_SIZE ((UINT32)1 << 10)
#define IP_FRAG_HASH_TABLE_MASK (IP_FRAG_HASH_TABLE_SIZE - 1)
-/*30s -Sufficient time to recieve all fragments.*/
+/*30s -Sufficient time to receive all fragments.*/
#define IPFRAG_ENTRY_TIMEOUT 300000000LL
#define IPFRAG_CLEANUP_INTERVAL IPFRAG_ENTRY_TIMEOUT * 2 /*1m.*/
PNET_BUFFER_LIST OvsIpv4FragmentNBL(PVOID ovsContext,