]> granicus.if.org Git - clang/commitdiff
Typo.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 15 May 2012 21:42:17 +0000 (21:42 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 15 May 2012 21:42:17 +0000 (21:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156860 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseDecl.cpp

index 36e30137019c4adac836df666302694eeb8520a5..de28c3ab0489b152ea5a8e12f4786dd58a1364ad 100644 (file)
@@ -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