gold-plugin: Fixed typo in an error message.

llvm-svn: 264860
This commit is contained in:
Marianne Mailhot-Sarrasin 2016-03-30 12:20:53 +00:00
parent 349c828bea
commit a5a750eaf1
1 changed files with 1 additions and 1 deletions

View 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;
}