summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit3f0a2493a597352c01ba18b9da8597e54ccd166e (patch)
tree94cacbfec63bbcd808262ce7f05fdd87f09fff54 /llvm
parentdfb3fb4a254aeb94560c773d3c3283cfcf1421d6 (diff)
downloadbcm5719-llvm-3f0a2493a597352c01ba18b9da8597e54ccd166e.tar.gz
bcm5719-llvm-3f0a2493a597352c01ba18b9da8597e54ccd166e.zip
Fix a typo.
llvm-svn: 23117
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/CodeGen/SelectionDAGNodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h b/llvm/include/llvm/CodeGen/SelectionDAGNodes.h
index 40b73eec5a2..7f66e5ad146 100644
--- a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/llvm/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,
OpenPOWER on IntegriCloud