OSDN Git Service

Clarify a comment.
authorDan Gohman <gohman@apple.com>
Mon, 8 Dec 2008 04:54:58 +0000 (04:54 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 8 Dec 2008 04:54:58 +0000 (04:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60685 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetLowering.h

index 6b7d42e..073cb45 100644 (file)
@@ -1171,7 +1171,7 @@ public:
   }
 
   /// GetPossiblePreceedingTailCall - Get preceeding TailCallNodeOpCode node if
-  /// it exists skip possible ISD:TokenFactor.
+  /// it exists. Skip a possible ISD:TokenFactor.
   static SDValue GetPossiblePreceedingTailCall(SDValue Chain,
                                                  unsigned TailCallNodeOpCode) {
     if (Chain.getOpcode() == TailCallNodeOpCode) {