Skip to content

Commit 916c621

Browse files
authored
Merge pull request #10842 from changeworld/patch-3
Fix typo: otheriwse -> otherwise
2 parents 07880e7 + d11dd66 commit 916c621

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/debugger/debug-interface-access/idiasymbol-get-hasvalidpgocounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ HRESULT get_isget_hasValidPGOCountsPGO (
2929

3030
`pRetVal`
3131

32-
[out] Returns `TRUE` if this function has valid profile-guided optimization counts from a training scenario; otheriwse, `FALSE`.
32+
[out] Returns `TRUE` if this function has valid profile-guided optimization counts from a training scenario; otherwise, `FALSE`.
3333

3434
## Return Value
3535

docs/debugger/debug-interface-access/idiasymbol-get-ispgo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ HRESULT get_isPGO (
2929

3030
`pRetVal`
3131

32-
[out] Returns `TRUE` if profile-guided optimizations were performed for this function; otheriwse, `FALSE`.
32+
[out] Returns `TRUE` if profile-guided optimizations were performed for this function; otherwise, `FALSE`.
3333

3434
## Return Value
3535

0 commit comments

Comments
 (0)