Fix comment to name "TokenFactor" instead of "Token factor".
authorBill Wendling <isanbard@gmail.com>
Tue, 21 Oct 2008 23:57:52 +0000 (23:57 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 21 Oct 2008 23:57:52 +0000 (23:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57939 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGNodes.h

index 494783229ad3274fef17ff8b7cf9156b1666ff8c..0b33ad9407181ac72a1b5d1adc279155692b44c7 100644 (file)
@@ -73,7 +73,7 @@ namespace ISD {
     // EntryToken - This is the marker used to indicate the start of the region.
     EntryToken,
 
-    // Token factor - This node takes multiple tokens as input and produces a
+    // TokenFactor - This node takes multiple tokens as input and produces a
     // single token result.  This is used to represent the fact that the operand
     // operators are independent of each other.
     TokenFactor,