From: Duncan Sands Date: Mon, 8 Dec 2008 14:10:36 +0000 (+0000) Subject: Fix comment typo. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=174f938bd042a19d1a840eef6ed162fc938e2fd9;p=oota-llvm.git Fix comment typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60698 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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!");