Update comment, per Jordan's suggestion.

llvm-svn: 162684
This commit is contained in:
Chad Rosier 2012-08-27 18:16:34 +00:00
parent 64044c3a81
commit 0c574f8a4e
1 changed files with 2 additions and 2 deletions

View File

@ -1363,7 +1363,7 @@ public:
}
};
/// GCCAsmStmt - This represents a GCC inline-assembly statement extension.
/// This represents a GCC inline-assembly statement extension.
///
class GCCAsmStmt : public Stmt {
SourceLocation AsmLoc, RParenLoc;
@ -1612,7 +1612,7 @@ public:
}
};
/// MSAsmStmt - This represents a Microsoft inline-assembly statement extension.
/// This represents a Microsoft inline-assembly statement extension.
///
class MSAsmStmt : public Stmt {
SourceLocation AsmLoc, LBraceLoc, EndLoc;