diff options
| author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-26 08:15:52 +0000 |
|---|---|---|
| committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-26 08:15:52 +0000 |
| commit | ef04f64069575d7a22c3893a5e8df5bb5f4b26f3 (patch) | |
| tree | 5458bfe61fc1a6a27c2f5ebc37e71d0ee015924a /clang/lib/CodeGen | |
| parent | 0909ca132fcd836df843aa1ed1585bb0c15c5520 (diff) | |
| download | bcm5719-llvm-ef04f64069575d7a22c3893a5e8df5bb5f4b26f3.tar.gz bcm5719-llvm-ef04f64069575d7a22c3893a5e8df5bb5f4b26f3.zip | |
[NFC] fix trivial typos in comments and documents
"in in" -> "in", "on on" -> "on" etc.
llvm-svn: 323509
Diffstat (limited to 'clang/lib/CodeGen')
| -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 1e022f0e9ae..43f34e7965b 100644 --- a/clang/lib/CodeGen/CGObjC.cpp +++ b/clang/lib/CodeGen/CGObjC.cpp @@ -2071,7 +2071,7 @@ CodeGenFunction::EmitARCRetainAutoreleasedReturnValue(llvm::Value *value) { /// Claim a possibly-autoreleased return value at +0. This is only /// valid to do in contexts which do not rely on the retain to keep -/// the object valid for for all of its uses; for example, when +/// the object valid for all of its uses; for example, when /// the value is ignored, or when it is being assigned to an /// __unsafe_unretained variable. /// |

