Fix typo.

llvm-svn: 29502
This commit is contained in:
Devang Patel 2006-08-03 17:25:36 +00:00
parent acd4b07075
commit 27672ee821
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ LinkTimeOptimizer::optimizeModules(const std::string &OutputFilename,
#endif
// Strip leading underscore because it was added to match names
// seen by liner.
// seen by linker.
for (unsigned i = 0, e = exportList.size(); i != e; ++i) {
const char *name = exportList[i];
if (strlen(name) > 2 && name[0] == '_')