]> granicus.if.org Git - clang/commitdiff
fix a comment typo Sebastian noticed.
authorChris Lattner <sabre@nondot.org>
Sun, 12 Apr 2009 22:30:22 +0000 (22:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 12 Apr 2009 22:30:22 +0000 (22:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68921 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseDecl.cpp

index a488815e9f42b240f021a626437dfc808df9c47b..1fe0d93d1c0272b0ccccb7fe0738314cec62fc3f 100644 (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;