Fix comment typo.

llvm-svn: 60698
This commit is contained in:
Duncan Sands 2008-12-08 14:10:36 +00:00
parent 714ffa36d3
commit 0b45f17bf2
1 changed files with 1 additions and 1 deletions

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