Fix a comment to match the implementation

llvm-svn: 206298
This commit is contained in:
Alp Toker 2014-04-15 16:24:50 +00:00
parent 0afad5e8bc
commit 48c7e17a24
1 changed files with 1 additions and 1 deletions

View File

@ -8623,7 +8623,7 @@ void Sema::ActOnInitializerError(Decl *D) {
return;
}
// Require an abstract type.
// Require a non-abstract type.
if (RequireNonAbstractType(VD->getLocation(), Ty,
diag::err_abstract_type_in_decl,
AbstractVariableType)) {