Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectsByJackHe committed Jan 9, 2025
1 parent b325728 commit d38c29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/platform_winkernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ CxPlatInitialize(
DWORD BuildNumber = osInfo.dwBuildNumber;
CxPlatform.dwBuildNumber = BuildNumber;
} else {
CXPLAT_DBG_ASSERT(FALSE); // TODO: Is the assert here enough or is there an appropritae QUIC_STATUS we return?
CXPLAT_DBG_ASSERT(FALSE); // TODO: Is the assert here enough or is there an appropriate QUIC_STATUS we return?
}

QUIC_STATUS Status =
Expand Down

0 comments on commit d38c29e

Please sign in to comment.