aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CFRefCount.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-02-23 02:42:56 +0000
committerTed Kremenek <kremenek@apple.com>2009-02-23 02:42:56 +0000
commit4e83501331f2561d6dc3294b525afacb1c59fb4d (patch)
tree2369c3f4e1bdfb55bec2e0016565a3d1486ba40a /lib/Analysis/CFRefCount.cpp
parent022a3c4e9e19854d6eadb3180a6af91df80817bc (diff)
Remove typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65302 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/CFRefCount.cpp')
-rw-r--r--lib/Analysis/CFRefCount.cpp2
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();