Fix typo: intepreter->interpreter.
authorTorok Edwin <edwintorok@gmail.com>
Fri, 3 Jul 2009 12:11:32 +0000 (12:11 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Fri, 3 Jul 2009 12:11:32 +0000 (12:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74770 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lli/lli.cpp

index e7c449efaa8256b5cd4e35f399eab98d67b2c768..a01b0d69341ad6414fb21ec8aff837c8f2d6db7e 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//