summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-10 16:03:48 +0000
committerDan Gohman <gohman@apple.com>2010-02-10 16:03:48 +0000
commit4a618827de7c540c68685789d1eb9b2b50cdc33f (patch)
tree0d17edfcf8589f2399f826701396f57fe8f98da8 /llvm/lib/ExecutionEngine
parent7bf08432d2c618de728bc7671b8c5360966050bf (diff)
downloadbcm5719-llvm-4a618827de7c540c68685789d1eb9b2b50cdc33f.tar.gz
bcm5719-llvm-4a618827de7c540c68685789d1eb9b2b50cdc33f.zip
Fix "the the" and similar typos.
llvm-svn: 95781
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/JIT/JIT.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/JIT.cpp b/llvm/lib/ExecutionEngine/JIT/JIT.cpp
index 56a0bdde6bb..616a66e18a4 100644
--- a/llvm/lib/ExecutionEngine/JIT/JIT.cpp
+++ b/llvm/lib/ExecutionEngine/JIT/JIT.cpp
@@ -171,7 +171,7 @@ void DarwinRegisterFrame(void* FrameBegin) {
ob->encoding.i = 0;
ob->encoding.b.encoding = llvm::dwarf::DW_EH_PE_omit;
- // Put the info on both places, as libgcc uses the first or the the second
+ // Put the info on both places, as libgcc uses the first or the second
// field. Note that we rely on having two pointers here. If fde_end was a
// char, things would get complicated.
ob->fde_end = (char*)LOI->unseenObjects;
OpenPOWER on IntegriCloud