From: Sylvestre Ledru Date: Sat, 8 Jun 2019 15:07:55 +0000 (+0000) Subject: fix a typo unavaliable=>unavailable X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3ed75170d6f81caf59c90e8079b7cffbc825173;p=llvm fix a typo unavaliable=>unavailable git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362878 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-exegesis/llvm-exegesis.cpp b/tools/llvm-exegesis/llvm-exegesis.cpp index 4f349555763..91bb30703a9 100644 --- a/tools/llvm-exegesis/llvm-exegesis.cpp +++ b/tools/llvm-exegesis/llvm-exegesis.cpp @@ -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())