[cfe-commits] r68921 - /cfe/trunk/lib/Parse/ParseDecl.cpp
Chris Lattner
sabre at nondot.org
Sun Apr 12 15:30:22 PDT 2009
Author: lattner
Date: Sun Apr 12 17:30:22 2009
New Revision: 68921
URL: http://llvm.org/viewvc/llvm-project?rev=68921&view=rev
Log:
fix a comment typo Sebastian noticed.
Modified:
cfe/trunk/lib/Parse/ParseDecl.cpp
Modified: cfe/trunk/lib/Parse/ParseDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Parse/ParseDecl.cpp?rev=68921&r1=68920&r2=68921&view=diff
==============================================================================
--- cfe/trunk/lib/Parse/ParseDecl.cpp (original)
+++ cfe/trunk/lib/Parse/ParseDecl.cpp Sun Apr 12 17:30:22 2009
@@ -653,7 +653,7 @@
// 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;
More information about the cfe-commits
mailing list