mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-15 07:59:57 +00:00
Fix the spelling of the word `the'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20412 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
31ab1b3d74
commit
0fbd914362
@ -766,7 +766,7 @@ void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType,
|
||||
|
||||
void AssemblyWriter::printModule(const Module *M) {
|
||||
if (!M->getModuleIdentifier().empty() &&
|
||||
// Don't print hte ID if it will start a new line (which would
|
||||
// Don't print the ID if it will start a new line (which would
|
||||
// require a comment char before it).
|
||||
M->getModuleIdentifier().find('\n') == std::string::npos)
|
||||
Out << "; ModuleID = '" << M->getModuleIdentifier() << "'\n";
|
||||
|
Loading…
Reference in New Issue
Block a user