From 174f938bd042a19d1a840eef6ed162fc938e2fd9 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 8 Dec 2008 14:10:36 +0000 Subject: [PATCH] Fix comment typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60698 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/SelectionDAGNodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index a2168604772..2498e9f9b67 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!");