Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit c8decc5

Browse files
committed
Fix spelling in comment. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268528 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 59e4b7b commit c8decc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/llvm/Target/TargetLowering.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ class TargetLoweringBase {
600600
getOperationAction(Op, VT) == Promote);
601601
}
602602

603-
/// Return true if the specified operation is ilegal but has a custom lowering
603+
/// Return true if the specified operation is illegal but has a custom lowering
604604
/// on that type. This is used to help guide high-level lowering
605605
/// decisions.
606606
bool isOperationCustom(unsigned Op, EVT VT) const {

0 commit comments

Comments
 (0)