]> granicus.if.org Git - clang/commitdiff
Fix grammar.
authorEric Christopher <echristo@apple.com>
Thu, 28 Jun 2012 01:20:05 +0000 (01:20 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 28 Jun 2012 01:20:05 +0000 (01:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159321 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 2fdd7a3e568bb9d8e0a0dae603c22feb7eeb4c79..12c8d07e2fe82f9cfdff158f2998ba237d9b565c 100644 (file)
@@ -764,7 +764,7 @@ CollectRecordFields(const RecordDecl *record, llvm::DIFile tunit,
   const ASTRecordLayout &layout = CGM.getContext().getASTRecordLayout(record);
   const CXXRecordDecl *CXXDecl = dyn_cast<CXXRecordDecl>(record);
 
-  // For C++11 Lambdas a Fields will be the same as a Capture, but the Capture
+  // For C++11 Lambdas a Field will be the same as a Capture, but the Capture
   // has the name and the location of the variable so we should iterate over
   // both concurrently.
   if (CXXDecl && CXXDecl->isLambda()) {