diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-22 10:30:34 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-22 10:30:34 +0000 |
commit | 460a786b349cceb79917cb76712ec4941bef69cc (patch) | |
tree | 7cf6b09f13c7922be6a45c5dcb3823b18c6467a7 /lib/VMCore/Value.cpp | |
parent | 5a461dd513dddaec6fd30196cb8f8680659a6e0d (diff) |
Fix commento.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82544 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Value.cpp')
-rw-r--r-- | lib/VMCore/Value.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/VMCore/Value.cpp b/lib/VMCore/Value.cpp index 6d9256fac5..9fce24ab11 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: |