Fix typos in comments.
authorDan Gohman <gohman@apple.com>
Sat, 1 Aug 2009 21:25:00 +0000 (21:25 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 1 Aug 2009 21:25:00 +0000 (21:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77806 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelLowering.h
lib/Target/X86/X86ISelLowering.h

index 962bbb144dff849c1fd5eea7199fe660dc69e51c..a650db3479297fc65ce45dbc38209bde8e2bf4c0 100644 (file)
@@ -328,7 +328,7 @@ namespace llvm {
     virtual bool isLegalAddressImmediate(GlobalValue *GV) const;
 
     /// 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,
index 579b42fab2744a75264ef4fd52e23155c7424f56..9a88cc7afd3db4ebc7291344cf634afc94c7a5e1 100644 (file)
@@ -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,