Skip to content

Commit

Permalink
Fix some code comment spelling (#3990)
Browse files Browse the repository at this point in the history
  • Loading branch information
nigriMSFT committed Dec 7, 2023
1 parent fce09d4 commit ba4d9ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/inc/quic_datapath.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ typedef enum CXPLAT_ECN_TYPE {
} CXPLAT_ECN_TYPE;

//
// Helper to get the ECN type from the Type of Service field of recieved data.
// Helper to get the ECN type from the Type of Service field of received data.
//
#define CXPLAT_ECN_FROM_TOS(ToS) (CXPLAT_ECN_TYPE)((ToS) & 0x3)

Expand Down Expand Up @@ -584,7 +584,7 @@ CxPlatSocketCreateTcpListener(
);

//
// Deletes a socket. This function blocks on all outstandind upcalls and on
// Deletes a socket. This function blocks on all outstanding upcalls and on
// return guarantees no further callbacks will occur. DO NOT call this function
// on an upcall!
//
Expand Down

0 comments on commit ba4d9ed

Please sign in to comment.