From: Simon Pilgrim Date: Wed, 4 May 2016 18:16:17 +0000 (+0000) Subject: Fix spelling in comment. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8decc5d852d5ca7a659077b05ce46cdbe1a2cf9;p=llvm Fix spelling in comment. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268528 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index 780525b3dd1..0d848c6f3bb 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -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 {