diff options
author | Eric Christopher <echristo@apple.com> | 2012-09-19 22:40:44 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-09-19 22:40:44 +0000 |
commit | 847665dc988266931b6aeab7aeb2d311caf05efc (patch) | |
tree | b1896397cf8227be32486cb20737b77f1f6cfecb /lib/CodeGen/CGDebugInfo.cpp | |
parent | 20ec2c4d14b148e293fb4117a1874846779b1d23 (diff) |
Grammar.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164260 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 10ad7af19e..5169cdf4ee 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -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; |