[cfe-commits] r164260 - /cfe/trunk/lib/CodeGen/CGDebugInfo.cpp

Eric Christopher echristo at apple.com
Wed Sep 19 15:40:45 PDT 2012


Author: echristo
Date: Wed Sep 19 17:40:44 2012
New Revision: 164260

URL: http://llvm.org/viewvc/llvm-project?rev=164260&view=rev
Log:
Grammar.

Modified:
    cfe/trunk/lib/CodeGen/CGDebugInfo.cpp

Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.cpp?rev=164260&r1=164259&r2=164260&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.cpp Wed Sep 19 17:40:44 2012
@@ -810,7 +810,7 @@
       } 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;





More information about the cfe-commits mailing list