aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGDebugInfo.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-09-19 22:40:44 +0000
committerEric Christopher <echristo@apple.com>2012-09-19 22:40:44 +0000
commit847665dc988266931b6aeab7aeb2d311caf05efc (patch)
treeb1896397cf8227be32486cb20737b77f1f6cfecb /lib/CodeGen/CGDebugInfo.cpp
parent20ec2c4d14b148e293fb4117a1874846779b1d23 (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.cpp2
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;