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 | edd124ec72c2b4b433245dc9d5264feb06017b36 (patch) | |
tree | c40b08ea1a464a0389c076a6694470ae467be2c8 /clang/lib/Parse/ParseDecl.cpp | |
parent | f8deeb241a37bc82dec0882d45072fd909999abf (diff) | |
download | bcm5719-llvm-edd124ec72c2b4b433245dc9d5264feb06017b36.tar.gz bcm5719-llvm-edd124ec72c2b4b433245dc9d5264feb06017b36.zip |
Typo.
llvm-svn: 156860
Diffstat (limited to 'clang/lib/Parse/ParseDecl.cpp')
-rw-r--r-- | clang/lib/Parse/ParseDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Parse/ParseDecl.cpp b/clang/lib/Parse/ParseDecl.cpp index 36e30137019..de28c3ab048 100644 --- a/clang/lib/Parse/ParseDecl.cpp +++ b/clang/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 |