gold-plugin: Fixed typo in an error message.
authorMarianne Mailhot-Sarrasin <marianne.mailhot.sarrasin@gmail.com>
Wed, 30 Mar 2016 12:20:53 +0000 (12:20 +0000)
committerMarianne Mailhot-Sarrasin <marianne.mailhot.sarrasin@gmail.com>
Wed, 30 Mar 2016 12:20:53 +0000 (12:20 +0000)
llvm-svn: 264860

llvm/tools/gold/gold-plugin.cpp

index b70c072..fff5cf3 100644 (file)
@@ -362,7 +362,7 @@ ld_plugin_status onload(ld_plugin_tv *tv) {
     return LDPS_ERR;
   }
   if (!release_input_file) {
-    message(LDPL_ERROR, "relesase_input_file not passed to LLVMgold.");
+    message(LDPL_ERROR, "release_input_file not passed to LLVMgold.");
     return LDPS_ERR;
   }