Skip to content

Commit 65f0139

Browse files
Fix trivial typo (#113130)
s/is/if in comment Co-authored-by: Julie Lee <63486087+JulieLeeMSFT@users.noreply.github.com>
1 parent cef21d2 commit 65f0139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/coreclr/jit/utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,7 @@ void HelperCallProperties::init()
15181518
bool mutatesHeap = false; // true if any previous heap objects [are|can be] modified
15191519
bool mayRunCctor = false; // true if the helper call may cause a static constructor to be run.
15201520
bool isNoEscape = false; // true if none of the GC ref arguments can escape
1521-
bool isNoGC = false; // true is the helper cannot trigger GC
1521+
bool isNoGC = false; // true if the helper cannot trigger GC
15221522

15231523
switch (helper)
15241524
{

0 commit comments

Comments
 (0)