OSDN Git Service

Comment typeo fix, thanks Duncan!
authorChris Lattner <sabre@nondot.org>
Tue, 2 Dec 2008 18:33:11 +0000 (18:33 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 2 Dec 2008 18:33:11 +0000 (18:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60429 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Value.h
lib/VMCore/Value.cpp

index bc741f2..b6aa66b 100644 (file)
@@ -243,7 +243,7 @@ public:
     return const_cast<Value*>(this)->getUnderlyingObject();
   }
   
-  /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
+  /// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
   /// return the value in the PHI node corresponding to PredBB.  If not, return
   /// ourself.  This is useful if you want to know the value something has in a
   /// predecessor block.
index 1b023e2..eedda51 100644 (file)
@@ -358,7 +358,7 @@ Value *Value::getUnderlyingObject() {
   return this;
 }
 
-/// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
+/// DoPHITranslation - If this value is a PHI node with CurBB as its parent,
 /// return the value in the PHI node corresponding to PredBB.  If not, return
 /// ourself.  This is useful if you want to know the value something has in a
 /// predecessor block.