diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-15 18:28:07 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-15 18:28:07 +0000 |
commit | b17efcbcc560859636c8e28c0388f750a73f1918 (patch) | |
tree | 8ce9e3c640f11daa273f07247a85cbf9a4154ecb /clang/lib/Sema | |
parent | c1d2952388c46d5ae54fb8cd2152aa8cdd471d3b (diff) | |
download | bcm5719-llvm-b17efcbcc560859636c8e28c0388f750a73f1918.tar.gz bcm5719-llvm-b17efcbcc560859636c8e28c0388f750a73f1918.zip |
Fixed spelling in comments. NFCI.
llvm-svn: 286996
Diffstat (limited to 'clang/lib/Sema')
-rw-r--r-- | clang/lib/Sema/SemaExprCXX.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaExprCXX.cpp b/clang/lib/Sema/SemaExprCXX.cpp index a87d5efaf08..3392d102184 100644 --- a/clang/lib/Sema/SemaExprCXX.cpp +++ b/clang/lib/Sema/SemaExprCXX.cpp @@ -1150,7 +1150,7 @@ bool Sema::CheckCXXThisCapture(SourceLocation Loc, const bool Explicit, // In the loop below, respect the ByCopy flag only for the closure requesting // the capture (i.e. first iteration through the loop below). Ignore it for - // all enclosing closure's upto NumCapturingClosures (since they must be + // all enclosing closure's up to NumCapturingClosures (since they must be // implicitly capturing the *enclosing object* by reference (see loop // above)). assert((!ByCopy || |