From 460a786b349cceb79917cb76712ec4941bef69cc Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 22 Sep 2009 10:30:34 +0000 Subject: [PATCH] Fix commento. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82544 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/Value.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/VMCore/Value.cpp b/lib/VMCore/Value.cpp index 6d9256fac52..9fce24ab114 100644 --- a/lib/VMCore/Value.cpp +++ b/lib/VMCore/Value.cpp @@ -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: