Grammar.
authorEric Christopher <echristo@apple.com>
Wed, 19 Sep 2012 22:40:44 +0000 (22:40 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 19 Sep 2012 22:40:44 +0000 (22:40 +0000)
llvm-svn: 164260

clang/lib/CodeGen/CGDebugInfo.cpp

index 10ad7af19e01e8eea78bcac3ba337c6ccbaa58c8..5169cdf4ee2d8743f77ba78b4f4415421b5b0298 100644 (file)
@@ -810,7 +810,7 @@ CollectRecordFields(const RecordDecl *record, llvm::DIFile tunit,
       } else {
         // TODO: Need to handle 'this' in some way by probably renaming the
         // this of the lambda class and having a field member of 'this' or
-        // by use AT_object_pointer for the function and having that be
+        // by using AT_object_pointer for the function and having that be
         // used as 'this' for semantic references.
         assert(C.capturesThis() && "Field that isn't captured and isn't this?");
         FieldDecl *f = *Field;