From 4a618827de7c540c68685789d1eb9b2b50cdc33f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 10 Feb 2010 16:03:48 +0000 Subject: Fix "the the" and similar typos. llvm-svn: 95781 --- llvm/lib/CodeGen/AsmPrinter/DwarfException.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfException.h') 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. -- cgit v1.2.3