summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/lli.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-11-20 13:31:13 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-11-20 13:31:13 +0000
commitdae11f7aabfd025547bd313e03f143a8092b8304 (patch)
tree87fffa7a8258f2e95904d210a4d8866bded9f2bc /llvm/tools/lli/lli.cpp
parent7d18a70dac478167cd7ba5048a8f0504d242ee30 (diff)
downloadbcm5719-llvm-dae11f7aabfd025547bd313e03f143a8092b8304.tar.gz
bcm5719-llvm-dae11f7aabfd025547bd313e03f143a8092b8304.zip
Fix spelling mistakes in Tools/Tests comments. NFC.
Identified by Pedro Giffuni in PR27636. llvm-svn: 287489
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 26e8af9a638..0823ff469de 100644
--- a/llvm/tools/lli/lli.cpp
+++ b/llvm/tools/lli/lli.cpp
@@ -306,7 +306,7 @@ private:
};
// On Mingw and Cygwin, an external symbol named '__main' is called from the
-// generated 'main' function to allow static intialization. To avoid linking
+// generated 'main' function to allow static initialization. To avoid linking
// problems with remote targets (because lli's remote target support does not
// currently handle external linking) we add a secondary module which defines
// an empty '__main' function.
OpenPOWER on IntegriCloud