From c8decc5d852d5ca7a659077b05ce46cdbe1a2cf9 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Wed, 4 May 2016 18:16:17 +0000 Subject: [PATCH] Fix spelling in comment. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268528 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/TargetLowering.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.50.1