summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/lli.cpp
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-11 06:04:59 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-11 06:04:59 +0000
commit0ca79dcf4b140bc94b277e654b60301bc51d5095 (patch)
treefbe306be5973a0a85b0045678c26e2166599eca8 /llvm/tools/lli/lli.cpp
parent01f0c8a8c466b11a835745397c82a3bb1ccb0945 (diff)
downloadbcm5719-llvm-0ca79dcf4b140bc94b277e654b60301bc51d5095.tar.gz
bcm5719-llvm-0ca79dcf4b140bc94b277e654b60301bc51d5095.zip
fix typos in comments; NFC
llvm-svn: 307626
Diffstat (limited to 'llvm/tools/lli/lli.cpp')
-rw-r--r--llvm/tools/lli/lli.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/lli/lli.cpp b/llvm/tools/lli/lli.cpp
index f228a361945..091ca22b4e8 100644
--- a/llvm/tools/lli/lli.cpp
+++ b/llvm/tools/lli/lli.cpp
@@ -646,7 +646,7 @@ int main(int argc, char **argv, char * const *envp) {
// else == "if (RemoteMCJIT)"
// Remote target MCJIT doesn't (yet) support static constructors. No reason
- // it couldn't. This is a limitation of the LLI implemantation, not the
+ // it couldn't. This is a limitation of the LLI implementation, not the
// MCJIT itself. FIXME.
// Lanch the remote process and get a channel to it.
OpenPOWER on IntegriCloud