Skip to content

Commit cc236a5

Browse files
committed
comment
1 parent 0f83e08 commit cc236a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/jit/importer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6020,7 +6020,7 @@ const BYTE* Compiler::impMatchTaskAwaitPattern(const BYTE* codeAddr, const BYTE*
60206020
if (nextOpcode + 2 * (1 + sizeof(mdToken)) < codeEndp)
60216021
{
60226022
// ConfigureAwait on a ValueTask will start with stloc/ldloca.
6023-
// The longest encoding will still should fit in the length we asked for above.
6023+
// The longest encoding should fit in the length we asked for above.
60246024
uint8_t maybeStLoc = getU1LittleEndian(nextOpcode);
60256025
const BYTE* nextTmp = nextOpcode + 1;
60266026
int stlocNum = -1;

0 commit comments

Comments
 (0)