OSDN Git Service

Fix comment typo.
authorDuncan Sands <baldrick@free.fr>
Mon, 8 Dec 2008 14:10:36 +0000 (14:10 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 8 Dec 2008 14:10:36 +0000 (14:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60698 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGNodes.h

index a216860..2498e9f 100644 (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!");