Skip to content

Commit 6c78fa6

Browse files
committed
Fix typo
1 parent e99f469 commit 6c78fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/MC/MCDecoderOps.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ enum DecoderOps {
2121
OPC_FilterValueOrFail, // OPC_FilterValueOrFail(uleb128 Val)
2222
OPC_CheckField, // OPC_CheckField(uleb128 Start, uint8_t Len,
2323
// uleb128 Val, nts_t NumToSkip)
24-
OPC_CheckFieldOrFail, // OPC_ChecFieldOrFail(uleb128 Start, uint8_t Len,
24+
OPC_CheckFieldOrFail, // OPC_CheckFieldOrFail(uleb128 Start, uint8_t Len,
2525
// uleb128 Val)
2626
OPC_CheckPredicate, // OPC_CheckPredicate(uleb128 PIdx, nts_t NumToSkip)
2727
OPC_CheckPredicateOrFail, // OPC_CheckPredicateOrFail(uleb128 PIdx)

0 commit comments

Comments
 (0)