]> granicus.if.org Git - llvm/commitdiff
Fix spelling in comment. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 4 May 2016 18:16:17 +0000 (18:16 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 4 May 2016 18:16:17 +0000 (18:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268528 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetLowering.h

index 780525b3dd126f051b4a99f7840dba741dc214e0..0d848c6f3bb6d96b9c46112e64a3f29b6f51be9a 100644 (file)
@@ -600,7 +600,7 @@ public:
        getOperationAction(Op, VT) == Promote);
   }
 
-  /// Return true if the specified operation is ilegal but has a custom lowering
+  /// Return true if the specified operation is illegal but has a custom lowering
   /// on that type. This is used to help guide high-level lowering
   /// decisions.
   bool isOperationCustom(unsigned Op, EVT VT) const {