[llvm-commits] [llvm] r74770 - /llvm/trunk/tools/lli/lli.cpp

Torok Edwin edwintorok at gmail.com
Fri Jul 3 05:11:36 PDT 2009


Author: edwin
Date: Fri Jul  3 07:11:32 2009
New Revision: 74770

URL: http://llvm.org/viewvc/llvm-project?rev=74770&view=rev
Log:
Fix typo: intepreter->interpreter.

Modified:
    llvm/trunk/tools/lli/lli.cpp

Modified: llvm/trunk/tools/lli/lli.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lli/lli.cpp?rev=74770&r1=74769&r2=74770&view=diff

==============================================================================
--- llvm/trunk/tools/lli/lli.cpp (original)
+++ llvm/trunk/tools/lli/lli.cpp Fri Jul  3 07:11:32 2009
@@ -9,7 +9,7 @@
 //
 // This utility provides a simple wrapper around the LLVM Execution Engines,
 // which allow the direct execution of LLVM programs through a Just-In-Time
-// compiler, or through an intepreter if no JIT is available for this platform.
+// compiler, or through an interpreter if no JIT is available for this platform.
 //
 //===----------------------------------------------------------------------===//
 





More information about the llvm-commits mailing list