diff options
Diffstat (limited to 'lib/Analysis/CFRefCount.cpp')
-rw-r--r-- | lib/Analysis/CFRefCount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/CFRefCount.cpp b/lib/Analysis/CFRefCount.cpp index e7c116588d..0d5752d55b 100644 --- a/lib/Analysis/CFRefCount.cpp +++ b/lib/Analysis/CFRefCount.cpp @@ -829,7 +829,7 @@ RetainSummary* RetainSummaryManager::getSummary(FunctionDecl* FD) { break; } - // [PR 3337]q Use 'getDesugaredType' to strip away any typedefs on the + // [PR 3337] Use 'getDesugaredType' to strip away any typedefs on the // function's type. FunctionType* FT = cast<FunctionType>(FD->getType()->getDesugaredType()); const char* FName = FD->getIdentifier()->getName(); |