fix comment

llvm-svn: 39168
This commit is contained in:
Chris Lattner 2006-11-11 23:55:28 +00:00
parent 288e86ff15
commit 96bff30868
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ struct DeclaratorTypeInfo {
};
/// 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.
///