Test commit: Fix run-on sentence in comment
authorMike Spertus <mike@spertus.com>
Sat, 5 Mar 2016 01:56:07 +0000 (01:56 +0000)
committerMike Spertus <mike@spertus.com>
Sat, 5 Mar 2016 01:56:07 +0000 (01:56 +0000)
llvm-svn: 262764

clang/lib/Parse/ParseDecl.cpp

index 8e6f1ab652bd7b514d27ce6552e69dfe5b053f49..52f3f9fe5040b277fcef0b614b3ad2cc9b038387 100644 (file)
@@ -1416,8 +1416,8 @@ void Parser::handleDeclspecAlignBeforeClassKey(ParsedAttributesWithRange &Attrs,
   while (AL) {
     AttributeList *Next = AL->getNext();
 
-    // We only consider attributes using the appropriate '__declspec' spelling,
-    // this behavior doesn't extend to any other spellings.
+    // We only consider attributes using the appropriate '__declspec' spelling.
+    // This behavior doesn't extend to any other spellings.
     if (AL->getKind() == AttributeList::AT_Aligned &&
         AL->isDeclspecAttribute()) {
       // Stitch the attribute into the tag's attribute list.