summaryrefslogtreecommitdiffstats
path: root/clang/lib
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
commit5485a2f70bd9273db746d815985ee563a21bc7ee (patch)
tree3c161d3131ecb98e422123cdd072635a4129facc /clang/lib
parent7d4fc5bcdcc7ab16cfcbbadc037a6358d81c40d5 (diff)
downloadbcm5719-llvm-5485a2f70bd9273db746d815985ee563a21bc7ee.tar.gz
bcm5719-llvm-5485a2f70bd9273db746d815985ee563a21bc7ee.zip
Remove typo.
llvm-svn: 65302
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Analysis/CFRefCount.cpp2
1 files changed, 1 insertions, 1 deletions
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<FunctionType>(FD->getType()->getDesugaredType());
const char* FName = FD->getIdentifier()->getName();
OpenPOWER on IntegriCloud