From: Gabor Greif Date: Thu, 26 Nov 2009 15:18:50 +0000 (+0000) Subject: typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56e47136201271230251b013c14ece8e0a1d891e;p=clang typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89949 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Frontend/FrontendActions.cpp b/lib/Frontend/FrontendActions.cpp index 653cf8734b..52b3705024 100644 --- a/lib/Frontend/FrontendActions.cpp +++ b/lib/Frontend/FrontendActions.cpp @@ -222,7 +222,7 @@ void GeneratePTHAction::ExecuteAction() { CI.getFrontendOpts().OutputFile == "-") { // FIXME: Don't fail this way. // FIXME: Verify that we can actually seek in the given file. - llvm::llvm_report_error("PTH requires an seekable file for output!"); + llvm::llvm_report_error("PTH requires a seekable file for output!"); ::exit(1); } llvm::raw_fd_ostream *OS =