projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3dd845
)
Fix typo: intepreter->interpreter.
author
Torok Edwin
<edwintorok@gmail.com>
Fri, 3 Jul 2009 12:11:32 +0000
(12:11 +0000)
committer
Torok 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
patch
|
blob
|
history
diff --git
a/tools/lli/lli.cpp
b/tools/lli/lli.cpp
index e7c449efaa8256b5cd4e35f399eab98d67b2c768..a01b0d69341ad6414fb21ec8aff837c8f2d6db7e 100644
(file)
--- 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 inte
r
preter if no JIT is available for this platform.
//
//===----------------------------------------------------------------------===//