summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-03-02 23:17:31 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-03-02 23:17:31 +0000
commitf090d1b3ab1df301bd818df3b3b72e2f722adecc (patch)
treeea4efe75385a691e1a3b2f22fc60a12e140e51aa /llvm/lib/VMCore
parent4d8689edcb5a221fd1c604d7822872d3b3d5c05f (diff)
downloadbcm5719-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.cpp2
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";
OpenPOWER on IntegriCloud