]> granicus.if.org Git - llvm/commitdiff
[ValueTracking] fix typo; NFC
authorSanjay Patel <spatel@rotateright.com>
Fri, 9 Jun 2017 14:21:18 +0000 (14:21 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 9 Jun 2017 14:21:18 +0000 (14:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305080 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ValueTracking.cpp

index fed794e71f0d52bc1502ff3d22aa8e4a983ead20..c0181662fd9d6b3475241293fad6fb80e0fca2dc 100644 (file)
@@ -3078,7 +3078,7 @@ bool llvm::getConstantStringInfo(const Value *V, StringRef &Str,
       Str = StringRef("", 1);
       return true;
     }
-    // We cannot instantiate a StringRef as we do not have an apropriate string
+    // We cannot instantiate a StringRef as we do not have an appropriate string
     // of 0s at hand.
     return false;
   }