chore: fix typos (#116345)

Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
cui fliter 2024-03-06 00:05:52 +08:00 committed by GitHub
parent 4402b3cbcf
commit e7ba6e9dbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 17 additions and 17 deletions

View file

@ -136,7 +136,7 @@ extern "C" {
// - MCGEN_EVENTSETINFORMATION
// - MCGEN_EVENTWRITETRANSFER
//
// If the the macro is undefined, the MC implementation will default to the
// If the macro is undefined, the MC implementation will default to the
// corresponding ETW APIs. For example, if the MCGEN_EVENTREGISTER macro is
// undefined, the EventRegister[MyProviderName] macro will use EventRegister
// in user mode and will use EtwRegister in kernel mode.