[cfe-commits] r65302 - /cfe/trunk/lib/Analysis/CFRefCount.cpp

Ted Kremenek kremenek at apple.com
Sun Feb 22 18:42:56 PST 2009


Author: kremenek
Date: Sun Feb 22 20:42:56 2009
New Revision: 65302

URL: http://llvm.org/viewvc/llvm-project?rev=65302&view=rev
Log:
Remove typo.

Modified:
    cfe/trunk/lib/Analysis/CFRefCount.cpp

Modified: cfe/trunk/lib/Analysis/CFRefCount.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/CFRefCount.cpp?rev=65302&r1=65301&r2=65302&view=diff

==============================================================================
--- cfe/trunk/lib/Analysis/CFRefCount.cpp (original)
+++ cfe/trunk/lib/Analysis/CFRefCount.cpp Sun Feb 22 20:42:56 2009
@@ -829,7 +829,7 @@
       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();





More information about the cfe-commits mailing list