[llvm-commits] CVS: llvm/tools/lli/Interpreter/ExternalFunctions.cpp

Misha Brukman brukman at cs.uiuc.edu
Mon Aug 18 09:39:01 PDT 2003


Changes in directory llvm/tools/lli/Interpreter:

ExternalFunctions.cpp updated: 1.55 -> 1.56

---
Log message:

Spell `necessary' correctly.


---
Diffs of the changes:

Index: llvm/tools/lli/Interpreter/ExternalFunctions.cpp
diff -u llvm/tools/lli/Interpreter/ExternalFunctions.cpp:1.55 llvm/tools/lli/Interpreter/ExternalFunctions.cpp:1.56
--- llvm/tools/lli/Interpreter/ExternalFunctions.cpp:1.55	Mon Jun 30 16:59:01 2003
+++ llvm/tools/lli/Interpreter/ExternalFunctions.cpp	Mon Aug 18 09:38:36 2003
@@ -354,7 +354,7 @@
   void *Args[] = { Arg0, Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7, Arg8, 0 };
 
   // Loop over the format string, munging read values as appropriate (performs
-  // byteswaps as neccesary).
+  // byteswaps as necessary).
   unsigned ArgNo = 0;
   while (*Fmt) {
     if (*Fmt++ == '%') {





More information about the llvm-commits mailing list