Changes in directory llvm/lib/VMCore:

Type.cpp updated: 1.139 -> 1.140
---
Log message:

Fix grammar in a comment.


---
Diffs of the changes:  (+1 -1)

 Type.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/VMCore/Type.cpp
diff -u llvm/lib/VMCore/Type.cpp:1.139 llvm/lib/VMCore/Type.cpp:1.140
--- llvm/lib/VMCore/Type.cpp:1.139      Fri Apr 21 10:33:35 2006
+++ llvm/lib/VMCore/Type.cpp    Sun May 28 21:34:34 2006
@@ -1246,7 +1246,7 @@
 }
 
 
-// refineAbstractTypeTo - This function is used to when it is discovered that
+// refineAbstractTypeTo - This function is used when it is discovered that
 // the 'this' abstract type is actually equivalent to the NewType specified.
 // This causes all users of 'this' to switch to reference the more concrete 
type
 // NewType and for 'this' to be deleted.



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to