diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-22 07:44:38 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-22 07:44:38 +0000 |
commit | 56939f7e75a753e47c34007648d39d27564cbed0 (patch) | |
tree | b112963e377a929b2aa0c0327476efa3bbb0075d /clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp | |
parent | 50714a1cbc9b0f49e0dff961ffb50fd80668b250 (diff) | |
download | bcm5719-llvm-56939f7e75a753e47c34007648d39d27564cbed0.tar.gz bcm5719-llvm-56939f7e75a753e47c34007648d39d27564cbed0.zip |
[NFC] fix trivial typos in comments
"the the" -> "the"
llvm-svn: 323078
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp')
-rw-r--r-- | clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp b/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp index 2818c9d9fd4..b67ba7e9f4c 100644 --- a/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp +++ b/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp @@ -645,7 +645,7 @@ ObjCDeallocChecker::findPropertyOnDeallocatingInstance( bool ObjCDeallocChecker::diagnoseExtraRelease(SymbolRef ReleasedValue, const ObjCMethodCall &M, CheckerContext &C) const { - // Try to get the region from which the the released value was loaded. + // Try to get the region from which the released value was loaded. // Note that, unlike diagnosing for missing releases, here we don't track // values that must not be released in the state. This is because even if // these values escape, it is still an error under the rules of MRR to |