fix a comment typo Sebastian noticed.

llvm-svn: 68921
This commit is contained in:
Chris Lattner 2009-04-12 22:30:22 +00:00
parent 2b988c12fb
commit 1d37dcc986
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ void Parser::ParseDeclarationSpecifiers(DeclSpec &DS,
// Otherwise, if we don't consume this token, we are going to emit an
// error anyway. Try to recover from various common problems. Check
// to see if this was a reference to a tag name without a tag specified.
// This is a common problem in C (saying 'foo' insteat of 'struct foo').
// This is a common problem in C (saying 'foo' instead of 'struct foo').
const char *TagName = 0;
tok::TokenKind TagKind = tok::unknown;