]> granicus.if.org Git - clang/commitdiff
Remove typo.
authorTed Kremenek <kremenek@apple.com>
Mon, 23 Feb 2009 02:42:56 +0000 (02:42 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 23 Feb 2009 02:42:56 +0000 (02:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65302 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/CFRefCount.cpp

index e7c116588da9531e482587ad295a791d595acb1a..0d5752d55bc7d8d8d7202dbf9e6ba09a691f2685 100644 (file)
@@ -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();