]> granicus.if.org Git - clang/commitdiff
[NFC] fix trivial typos in comments
authorHiroshi Inoue <inouehrs@jp.ibm.com>
Thu, 22 Feb 2018 07:49:13 +0000 (07:49 +0000)
committerHiroshi Inoue <inouehrs@jp.ibm.com>
Thu, 22 Feb 2018 07:49:13 +0000 (07:49 +0000)
"a a"->"a"

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@325753 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/ScopeInfo.h
test/SemaCXX/ms-uuid.cpp

index 5f96f595631a08a8d51cab829304f17c8b90f458..eedc5013b8c6a81d90289ef60b2dbf1823463982 100644 (file)
@@ -799,7 +799,7 @@ public:
   ///  Potentially capturable variables of a nested lambda that might need 
   ///   to be captured by the lambda are housed here.  
   ///  This is specifically useful for generic lambdas or
-  ///  lambdas within a potentially evaluated-if-used context.
+  ///  lambdas within a potentially evaluated-if-used context.
   ///  If an enclosing variable is named in an expression of a lambda nested
   ///  within a generic lambda, we don't always know know whether the variable 
   ///  will truly be odr-used (i.e. need to be captured) by that nested lambda,
index e29dda878e6803dbe4305a94f8b3bc86f5a2cbfe..c26ea688e373f6a04d0e446e9dfc003a50f700fb 100644 (file)
@@ -23,7 +23,7 @@ namespace {
 // clang-cl implements the following simpler (but largely compatible) behavior
 // instead:
 // * [] and __declspec uuids have the same behavior.
-// * If there are several uuids on a class (no matter if on the same decl or
+// * If there are several uuids on a class (no matter if on the same decl or
 //   on several decls), it is an error if they don't match.
 // * Having several uuids that match is ok.