[llvm-commits] [llvm] r82544 - /llvm/trunk/lib/VMCore/Value.cpp
Daniel Dunbar
daniel at zuster.org
Tue Sep 22 03:30:34 PDT 2009
Author: ddunbar
Date: Tue Sep 22 05:30:34 2009
New Revision: 82544
URL: http://llvm.org/viewvc/llvm-project?rev=82544&view=rev
Log:
Fix commento.
Modified:
llvm/trunk/lib/VMCore/Value.cpp
Modified: llvm/trunk/lib/VMCore/Value.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/VMCore/Value.cpp?rev=82544&r1=82543&r2=82544&view=diff
==============================================================================
--- llvm/trunk/lib/VMCore/Value.cpp (original)
+++ llvm/trunk/lib/VMCore/Value.cpp Tue Sep 22 05:30:34 2009
@@ -548,8 +548,7 @@
// Tracking goes to new value like a WeakVH. Note that this may make it
// something incompatible with its templated type. We don't want to have a
// virtual (or inline) interface to handle this though, so instead we make
- // the TrackingVH accessors guarantee that a client never seesl this
- // value.
+ // the TrackingVH accessors guarantee that a client never sees this value.
// FALLTHROUGH
case Weak:
More information about the llvm-commits
mailing list