OSDN Git Service

Fixed a typo
authorFilipe Cabecinhas <me@filcab.net>
Wed, 9 May 2012 14:43:50 +0000 (14:43 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Wed, 9 May 2012 14:43:50 +0000 (14:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156471 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/ObjCARC/contract-storestrong.ll

index 376120c..de84b41 100644 (file)
@@ -59,7 +59,7 @@ entry:
   ret void
 }
 
-; Don't do this if there's a use of the old pointer vlaue between the store
+; Don't do this if there's a use of the old pointer value between the store
 ; and the release.
 
 ; CHECK:      define void @test3(i8* %newValue) {