]> granicus.if.org Git - clang/commitdiff
typo
authorGabor Greif <ggreif@gmail.com>
Thu, 26 Nov 2009 15:18:50 +0000 (15:18 +0000)
committerGabor Greif <ggreif@gmail.com>
Thu, 26 Nov 2009 15:18:50 +0000 (15:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89949 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/FrontendActions.cpp

index 653cf8734bac1c896c7172dac8714da6d7eb3551..52b370502404be5b9e7bf0ed8559d670df6aa6e3 100644 (file)
@@ -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 =