Fix commento.

llvm-svn: 82544
This commit is contained in:
Daniel Dunbar 2009-09-22 10:30:34 +00:00
parent e22adaebf5
commit 86707c9913
1 changed files with 1 additions and 2 deletions

View File

@ -548,8 +548,7 @@ void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) {
// 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: