diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:59:39 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:59:39 +0000 |
| commit | 830885ca64588c925f92010c9e8be09443533995 (patch) | |
| tree | 9565af71db57c627ff2fa4ab883049dca90ad9f6 /clang/lib/CodeGen/CGObjC.cpp | |
| parent | 35521e231034815b6962eff0dbbd8ee132038784 (diff) | |
| download | bcm5719-llvm-830885ca64588c925f92010c9e8be09443533995.tar.gz bcm5719-llvm-830885ca64588c925f92010c9e8be09443533995.zip | |
Fix a typo (the the => the)
llvm-svn: 160622
Diffstat (limited to 'clang/lib/CodeGen/CGObjC.cpp')
| -rw-r--r-- | clang/lib/CodeGen/CGObjC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGObjC.cpp b/clang/lib/CodeGen/CGObjC.cpp index 5f014f3c92b..d5f3eccf48f 100644 --- a/clang/lib/CodeGen/CGObjC.cpp +++ b/clang/lib/CodeGen/CGObjC.cpp @@ -580,7 +580,7 @@ namespace { }; } -/// Pick an implementation strategy for the the given property synthesis. +/// Pick an implementation strategy for the given property synthesis. PropertyImplStrategy::PropertyImplStrategy(CodeGenModule &CGM, const ObjCPropertyImplDecl *propImpl) { const ObjCPropertyDecl *prop = propImpl->getPropertyDecl(); |

