[llvm-commits] CVS: llvm/runtime/GCCLibraries/crtend/C++-Exception.cpp

Misha Brukman brukman at cs.uiuc.edu
Fri Oct 10 12:58:01 PDT 2003


Changes in directory llvm/runtime/GCCLibraries/crtend:

C++-Exception.cpp updated: 1.8 -> 1.9

---
Log message:

Fix spelling.


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

Index: llvm/runtime/GCCLibraries/crtend/C++-Exception.cpp
diff -u llvm/runtime/GCCLibraries/crtend/C++-Exception.cpp:1.8 llvm/runtime/GCCLibraries/crtend/C++-Exception.cpp:1.9
--- llvm/runtime/GCCLibraries/crtend/C++-Exception.cpp:1.8	Sat Aug 30 18:17:51 2003
+++ llvm/runtime/GCCLibraries/crtend/C++-Exception.cpp	Fri Oct 10 12:57:28 2003
@@ -36,7 +36,7 @@
   //
   llvm_cxx_exception *E =
     (llvm_cxx_exception *)malloc(NumBytes+sizeof(llvm_cxx_exception));
-  E->BaseException.ExceptionType = 0; // intialize to invalid
+  E->BaseException.ExceptionType = 0; // initialize to invalid
 
   return E+1;   // return the pointer after the header
 }





More information about the llvm-commits mailing list