From 5485a2f70bd9273db746d815985ee563a21bc7ee Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Mon, 23 Feb 2009 02:42:56 +0000 Subject: Remove typo. llvm-svn: 65302 --- clang/lib/Analysis/CFRefCount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib') diff --git a/clang/lib/Analysis/CFRefCount.cpp b/clang/lib/Analysis/CFRefCount.cpp index e7c116588da..0d5752d55bc 100644 --- a/clang/lib/Analysis/CFRefCount.cpp +++ b/clang/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(FD->getType()->getDesugaredType()); const char* FName = FD->getIdentifier()->getName(); -- cgit v1.2.3