]> granicus.if.org Git - llvm/commitdiff
fix a typo unavaliable=>unavailable
authorSylvestre Ledru <sylvestre@debian.org>
Sat, 8 Jun 2019 15:07:55 +0000 (15:07 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 8 Jun 2019 15:07:55 +0000 (15:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362878 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-exegesis/llvm-exegesis.cpp

index 4f34955576305f8970dc2ecbca87a2c168323faf..91bb30703a9ae2a36342303da8df8113c8971e9a 100644 (file)
@@ -358,7 +358,7 @@ readSnippets(const LLVMState &State, llvm::StringRef Filename) {
 void benchmarkMain() {
 #ifndef HAVE_LIBPFM
   llvm::report_fatal_error(
-      "benchmarking unavaliable, LLVM was built without libpfm.");
+      "benchmarking unavailable, LLVM was built without libpfm.");
 #endif
 
   if (exegesis::pfm::pfmInitialize())