diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-05-15 21:42:17 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-05-15 21:42:17 +0000 |
commit | 7514db27036372f209e5e14d3ed021f7cbc23f51 (patch) | |
tree | f7dc635c6276e73634b23c2dfa1629e21b733173 /lib/Parse/ParseDecl.cpp | |
parent | 8f0a7e7845f619575f8af0b0bf46d027b20a0b63 (diff) |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156860 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/ParseDecl.cpp')
-rw-r--r-- | lib/Parse/ParseDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Parse/ParseDecl.cpp b/lib/Parse/ParseDecl.cpp index 36e3013701..de28c3ab04 100644 --- a/lib/Parse/ParseDecl.cpp +++ b/lib/Parse/ParseDecl.cpp @@ -1708,7 +1708,7 @@ bool Parser::ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS, } // Determine whether this identifier could plausibly be the name of something - // being declared (with a missign type). + // being declared (with a missing type). if (DSC != DSC_type_specifier && DSC != DSC_trailing && (!SS || DSC == DSC_top_level || DSC == DSC_class)) { // Look ahead to the next token to try to figure out what this declaration |