[cfe-commits] r156860 - /cfe/trunk/lib/Parse/ParseDecl.cpp

Richard Smith richard-llvm at metafoo.co.uk
Tue May 15 14:42:18 PDT 2012


Author: rsmith
Date: Tue May 15 16:42:17 2012
New Revision: 156860

URL: http://llvm.org/viewvc/llvm-project?rev=156860&view=rev
Log:
Typo.

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=156860&r1=156859&r2=156860&view=diff
==============================================================================
--- cfe/trunk/lib/Parse/ParseDecl.cpp (original)
+++ cfe/trunk/lib/Parse/ParseDecl.cpp Tue May 15 16:42:17 2012
@@ -1708,7 +1708,7 @@
   }
 
   // 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





More information about the cfe-commits mailing list