gold-plugin: Fix typo in error message
[oota-llvm.git] / tools / gold / gold-plugin.cpp
index 9905d489b55c780b7124ca1b5e97743a119f8da4..cfda6d2d4649eba100a516bea742bd0ae2e94c88 100644 (file)
@@ -723,7 +723,7 @@ static void codegen(Module &M) {
     std::error_code EC =
         sys::fs::createTemporaryFile("lto-llvm", "o", FD, Filename);
     if (EC)
-      message(LDPL_FATAL, "Could not create temorary file: %s",
+      message(LDPL_FATAL, "Could not create temporary file: %s",
               EC.message().c_str());
   } else {
     Filename = options::obj_path;