[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp

Misha Brukman brukman at cs.uiuc.edu
Wed Mar 2 15:17:42 PST 2005



Changes in directory llvm/lib/VMCore:

AsmWriter.cpp updated: 1.172 -> 1.173
---
Log message:

Fix the spelling of the word `the'


---
Diffs of the changes:  (+1 -1)

 AsmWriter.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/VMCore/AsmWriter.cpp
diff -u llvm/lib/VMCore/AsmWriter.cpp:1.172 llvm/lib/VMCore/AsmWriter.cpp:1.173
--- llvm/lib/VMCore/AsmWriter.cpp:1.172	Wed Mar  2 17:12:40 2005
+++ llvm/lib/VMCore/AsmWriter.cpp	Wed Mar  2 17:17:31 2005
@@ -766,7 +766,7 @@
 
 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";






More information about the llvm-commits mailing list