aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86ISelLowering.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-01 21:25:00 +0000
committerDan Gohman <gohman@apple.com>2009-08-01 21:25:00 +0000
commita9c1dd7820d0444802d42e5761e36c6e60e404d6 (patch)
treec2fd75202ac947434cc536ed9650e64c1525aef8 /lib/Target/X86/X86ISelLowering.h
parent423d190dbe04d14782bbf9aa1e8ecb896870adb7 (diff)
downloadexternal_llvm-a9c1dd7820d0444802d42e5761e36c6e60e404d6.zip
external_llvm-a9c1dd7820d0444802d42e5761e36c6e60e404d6.tar.gz
external_llvm-a9c1dd7820d0444802d42e5761e36c6e60e404d6.tar.bz2
Fix typos in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77806 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86ISelLowering.h')
-rw-r--r--lib/Target/X86/X86ISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h
index 579b42f..9a88cc7 100644
--- a/lib/Target/X86/X86ISelLowering.h
+++ b/lib/Target/X86/X86ISelLowering.h
@@ -506,7 +506,7 @@ namespace llvm {
}
/// IsEligibleForTailCallOptimization - Check whether the call is eligible
- /// for tail call optimization. Target which want to do tail call
+ /// for tail call optimization. Targets which want to do tail call
/// optimization should implement this function.
virtual bool IsEligibleForTailCallOptimization(CallSDNode *TheCall,
SDValue Ret,