-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Description
Description
runtime/src/coreclr/inc/clrconfigvalues.h
Line 589 in 3b6b812
| RETAIL_CONFIG_DWORD_INFO(INTERNAL_TC_CallCountingDelayMs, W("TC_CallCountingDelayMs"), TC_CallCountingDelayMs, "A perpetual delay in milliseconds that is applied call counting in tier 0 and jitting at higher tiers, while there is startup-like activity.") |
A perpetual delay in milliseconds that is applied call counting in tier 0
There's a word missing between "applied" and "call counting". Perhaps that missing word is "to"?
Reproduction Steps
grep the source code
Expected behavior
complete English sentences
Actual behavior
missing a word; the sentence does not scan
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response