[cfe-commits] r39168 - /cfe/cfe/trunk/include/clang/Parse/DeclSpec.h

sabre at cs.uiuc.edu sabre at cs.uiuc.edu
Wed Jul 11 09:40:26 PDT 2007


Author: sabre
Date: Wed Jul 11 11:40:25 2007
New Revision: 39168

URL: http://llvm.org/viewvc/llvm-project?rev=39168&view=rev
Log:
fix comment

Modified:
    cfe/cfe/trunk/include/clang/Parse/DeclSpec.h

Modified: cfe/cfe/trunk/include/clang/Parse/DeclSpec.h
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/include/clang/Parse/DeclSpec.h?rev=39168&r1=39167&r2=39168&view=diff

==============================================================================
--- cfe/cfe/trunk/include/clang/Parse/DeclSpec.h (original)
+++ cfe/cfe/trunk/include/clang/Parse/DeclSpec.h Wed Jul 11 11:40:25 2007
@@ -227,7 +227,7 @@
 };
 
 
-/// DeclaratorInfo - Information about one declarator, including the parsed type
+/// Declarator - Information about one declarator, including the parsed type
 /// information and the identifier.  When the declarator is fully formed, this
 /// is turned into the appropriate Decl object.
 ///





More information about the cfe-commits mailing list