Test commit: Fix run-on sentence in comment

llvm-svn: 262764
This commit is contained in:
Mike Spertus 2016-03-05 01:56:07 +00:00
parent a1d9d75a88
commit c4572c2a85
1 changed files with 2 additions and 2 deletions

View 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.