diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2005-03-02 23:17:31 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-03-02 23:17:31 +0000 |
| commit | f090d1b3ab1df301bd818df3b3b72e2f722adecc (patch) | |
| tree | ea4efe75385a691e1a3b2f22fc60a12e140e51aa /llvm/lib/VMCore | |
| parent | 4d8689edcb5a221fd1c604d7822872d3b3d5c05f (diff) | |
| download | bcm5719-llvm-f090d1b3ab1df301bd818df3b3b72e2f722adecc.tar.gz bcm5719-llvm-f090d1b3ab1df301bd818df3b3b72e2f722adecc.zip | |
Fix the spelling of the word `the'
llvm-svn: 20412
Diffstat (limited to 'llvm/lib/VMCore')
| -rw-r--r-- | llvm/lib/VMCore/AsmWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/AsmWriter.cpp b/llvm/lib/VMCore/AsmWriter.cpp index 692f8aa38d6..ea7a92ef36c 100644 --- a/llvm/lib/VMCore/AsmWriter.cpp +++ b/llvm/lib/VMCore/AsmWriter.cpp @@ -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"; |

