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/ARCMigrate/TransBlockObjCVariable.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/ARCMigrate/TransBlockObjCVariable.cpp')
-rw-r--r-- | clang/lib/ARCMigrate/TransBlockObjCVariable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/ARCMigrate/TransBlockObjCVariable.cpp b/clang/lib/ARCMigrate/TransBlockObjCVariable.cpp index ec233ba5e18..2a79c9aeff2 100644 --- a/clang/lib/ARCMigrate/TransBlockObjCVariable.cpp +++ b/clang/lib/ARCMigrate/TransBlockObjCVariable.cpp @@ -9,7 +9,7 @@ // // rewriteBlockObjCVariable: // -// Adding __block to an obj-c variable could be either because the the variable +// Adding __block to an obj-c variable could be either because the variable // is used for output storage or the user wanted to break a retain cycle. // This transformation checks whether a reference of the variable for the block // is actually needed (it is assigned to or its address is taken) or not. |