summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16DebugInfo.cpp
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/Target/PIC16/PIC16DebugInfo.cpp
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/Target/PIC16/PIC16DebugInfo.cpp')
-rw-r--r--llvm/lib/Target/PIC16/PIC16DebugInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16DebugInfo.cpp b/llvm/lib/Target/PIC16/PIC16DebugInfo.cpp
index 8368a3c142c..c517b1bff6e 100644
--- a/llvm/lib/Target/PIC16/PIC16DebugInfo.cpp
+++ b/llvm/lib/Target/PIC16/PIC16DebugInfo.cpp
@@ -68,7 +68,7 @@ void PIC16DbgInfo::PopulateDerivedTypeInfo (DIType Ty, unsigned short &TypeNo,
TypeNo = TypeNo << PIC16Dbg::S_DERIVED;
}
- // We also need to encode the the information about the base type of
+ // We also need to encode the information about the base type of
// pointer in TypeNo.
DIType BaseType = DIDerivedType(Ty.getNode()).getTypeDerivedFrom();
PopulateDebugInfo(BaseType, TypeNo, HasAux, Aux, TagName);
OpenPOWER on IntegriCloud