[llvm-commits] [llvm] r60698 - /llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
Duncan Sands
baldrick at free.fr
Mon Dec 8 06:10:38 PST 2008
Author: baldrick
Date: Mon Dec 8 08:10:36 2008
New Revision: 60698
URL: http://llvm.org/viewvc/llvm-project?rev=60698&view=rev
Log:
Fix comment typo.
Modified:
llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
Modified: llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h?rev=60698&r1=60697&r2=60698&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h Mon Dec 8 08:10:36 2008
@@ -1254,7 +1254,7 @@
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!");
More information about the llvm-commits
mailing list