diff options
author | Dan Gohman <gohman@apple.com> | 2010-02-10 16:03:48 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-02-10 16:03:48 +0000 |
commit | 4a618827de7c540c68685789d1eb9b2b50cdc33f (patch) | |
tree | 0d17edfcf8589f2399f826701396f57fe8f98da8 /llvm/lib/CodeGen/AsmPrinter/DwarfException.h | |
parent | 7bf08432d2c618de728bc7671b8c5360966050bf (diff) | |
download | bcm5719-llvm-4a618827de7c540c68685789d1eb9b2b50cdc33f.tar.gz bcm5719-llvm-4a618827de7c540c68685789d1eb9b2b50cdc33f.zip |
Fix "the the" and similar typos.
llvm-svn: 95781
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfException.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfException.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.h b/llvm/lib/CodeGen/AsmPrinter/DwarfException.h index 89d55f7cfcd..06033a1a6f0 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.h @@ -103,7 +103,7 @@ class DwarfException : public DwarfPrinter { /// exception. If it matches then the exception and type id are passed /// on to the landing pad. Otherwise the next action is looked up. This /// chain is terminated with a next action of zero. If no type id is - /// found the the frame is unwound and handling continues. + /// found the frame is unwound and handling continues. /// 3. Type id table contains references to all the C++ typeinfo for all /// catches in the function. This tables is reversed indexed base 1. |