Fix comment typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60698 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2008-12-08 14:10:36 +00:00
parent 1832705b06
commit 174f938bd0

View File

@ -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!");