We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355b0df commit 9f1bae3Copy full SHA for 9f1bae3
src/coreclr/jit/importercalls.cpp
@@ -11162,7 +11162,7 @@ NamedIntrinsic Compiler::lookupNamedIntrinsic(CORINFO_METHOD_HANDLE method)
11162
if (strcmp(methodName, "ConfigureAwait") == 0)
11163
{
11164
if (strcmp(className, "Task`1") == 0 || strcmp(className, "Task") == 0 ||
11165
- strcmp(className, "ValuTask`1") == 0 || strcmp(className, "ValueTask") == 0)
+ strcmp(className, "ValueTask`1") == 0 || strcmp(className, "ValueTask") == 0)
11166
11167
result = NI_System_Threading_Tasks_Task_ConfigureAwait;
11168
}
0 commit comments