aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-08-27 19:06:05 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-08-27 19:06:05 +0000
commit8c4bde36a339b1c538002e819daff84caae4cbad (patch)
treecab155bbe29e91b72d5599488164dec443739245
parent68a24bdba4e19cb09dada5039a46e7ec41e848e8 (diff)
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23117 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/CodeGen/SelectionDAGNodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h
index 40b73eec5a..7f66e5ad14 100644
--- a/include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/include/llvm/CodeGen/SelectionDAGNodes.h
@@ -48,7 +48,7 @@ namespace ISD {
// EntryToken - This is the marker used to indicate the start of the region.
EntryToken,
- // Token factor - This node is takes multiple tokens as input and produces a
+ // Token factor - 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,