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 bc741f27b0aaf900474f8f3b3ae42f82d2ac4ba6..b6aa66b7055739e7b78b715e8d2a3a1b58300b88 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 1b023e2feeacebc49b848740ca6d336881b03227..eedda51264e71ea1a2325e8ea52b976ce614cbd0 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.