]> granicus.if.org Git - clang/commitdiff
Fixup comment.
authorEric Christopher <echristo@apple.com>
Mon, 14 Nov 2011 18:55:02 +0000 (18:55 +0000)
committerEric Christopher <echristo@apple.com>
Mon, 14 Nov 2011 18:55:02 +0000 (18:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144548 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index a3d671dec20c1bb0a153e5f846cb36f866a4344c..7a99d897c1d6265b135f3cdc90cc596b5ceed11e 100644 (file)
@@ -1757,7 +1757,7 @@ void CGDebugInfo::EmitFunctionStart(GlobalDecl GD, QualType FnType,
   llvm::DIDescriptor FDContext(Unit);
   llvm::DIArray TParamsArray;
   if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
-    // If there is a DISubprogram for  this function available then use it.
+    // If there is a DISubprogram for this function available then use it.
     llvm::DenseMap<const FunctionDecl *, llvm::WeakVH>::iterator
       FI = SPCache.find(FD);
     if (FI != SPCache.end()) {