[llvm-commits] CVS: llvm/lib/CodeGen/DwarfWriter.cpp

Duncan Sands baldrick at free.fr
Sat May 5 09:33:15 PDT 2007



Changes in directory llvm/lib/CodeGen:

DwarfWriter.cpp updated: 1.134 -> 1.135
---
Log message:

Spelling fix.


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

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


Index: llvm/lib/CodeGen/DwarfWriter.cpp
diff -u llvm/lib/CodeGen/DwarfWriter.cpp:1.134 llvm/lib/CodeGen/DwarfWriter.cpp:1.135
--- llvm/lib/CodeGen/DwarfWriter.cpp:1.134	Sat May  5 04:04:50 2007
+++ llvm/lib/CodeGen/DwarfWriter.cpp	Sat May  5 11:32:57 2007
@@ -2725,7 +2725,7 @@
   ///
   bool shouldEmit;
   
-  /// FuncCPPPersonality - C++ persoanlity function.
+  /// FuncCPPPersonality - C++ personality function.
   ///
   Function *FuncCPPPersonality;
 






More information about the llvm-commits mailing list