[llvm] r268528 - Fix spelling in comment. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 11:16:17 PDT 2016


Author: rksimon
Date: Wed May  4 13:16:17 2016
New Revision: 268528

URL: http://llvm.org/viewvc/llvm-project?rev=268528&view=rev
Log:
Fix spelling in comment. NFC.

Modified:
    llvm/trunk/include/llvm/Target/TargetLowering.h

Modified: llvm/trunk/include/llvm/Target/TargetLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetLowering.h?rev=268528&r1=268527&r2=268528&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetLowering.h (original)
+++ llvm/trunk/include/llvm/Target/TargetLowering.h Wed May  4 13:16:17 2016
@@ -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 {




More information about the llvm-commits mailing list