aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-12-08 14:10:36 +0000
committerDuncan Sands <baldrick@free.fr>2008-12-08 14:10:36 +0000
commit174f938bd042a19d1a840eef6ed162fc938e2fd9 (patch)
treef8e2b3a46d2dbcc502533d6ab6e372c8eb4d438c
parent1832705b06e0378040c5fc94042fd0b0a9ee5b61 (diff)
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60698 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 a216860477..2498e9f9b6 100644
--- a/include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/include/llvm/CodeGen/SelectionDAGNodes.h
@@ -1254,7 +1254,7 @@ public:
SDUse &getUse() const { return *Op; }
- /// getOperandNo - Retrive the operand # of this use in its user.
+ /// getOperandNo - Retrieve the operand # of this use in its user.
///
unsigned getOperandNo() const {
assert(Op && "Cannot dereference end iterator!");