aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Török <edwintorok@gmail.com>2009-07-03 12:11:32 +0000
committerEdwin Török <edwintorok@gmail.com>2009-07-03 12:11:32 +0000
commitd93ffae653dde6cc6efc9ffc077edd7c7c288fa9 (patch)
treeca1768701abb460b64d276c8ef2a7dff42cd712b
parentd5333f324395881903035323b8d0a03370d0c69b (diff)
downloadexternal_llvm-d93ffae653dde6cc6efc9ffc077edd7c7c288fa9.zip
external_llvm-d93ffae653dde6cc6efc9ffc077edd7c7c288fa9.tar.gz
external_llvm-d93ffae653dde6cc6efc9ffc077edd7c7c288fa9.tar.bz2
Fix typo: intepreter->interpreter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74770 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/lli/lli.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp
index e7c449e..a01b0d6 100644
--- a/tools/lli/lli.cpp
+++ b/tools/lli/lli.cpp
@@ -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.
//
//===----------------------------------------------------------------------===//