We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef21d2 commit 65f0139Copy full SHA for 65f0139
1 file changed
src/coreclr/jit/utils.cpp
@@ -1518,7 +1518,7 @@ void HelperCallProperties::init()
1518
bool mutatesHeap = false; // true if any previous heap objects [are|can be] modified
1519
bool mayRunCctor = false; // true if the helper call may cause a static constructor to be run.
1520
bool isNoEscape = false; // true if none of the GC ref arguments can escape
1521
- bool isNoGC = false; // true is the helper cannot trigger GC
+ bool isNoGC = false; // true if the helper cannot trigger GC
1522
1523
switch (helper)
1524
{
0 commit comments