Fix a typeo

llvm-svn: 11323
This commit is contained in:
Chris Lattner 2004-02-11 18:20:41 +00:00
parent 8f4142616d
commit fa9a8f83a5
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ ProfileInfoLoader::ProfileInfoLoader(const char *ToolName,
Module &TheModule) : M(TheModule) {
FILE *F = fopen(Filename.c_str(), "r");
if (F == 0) {
std::cerr << ToolName << ": Error opening '" << Filename << ": ";
std::cerr << ToolName << ": Error opening '" << Filename << "': ";
perror(0);
exit(1);
}