From: Alp Toker Date: Tue, 15 Apr 2014 16:24:50 +0000 (+0000) Subject: Fix a comment to match the implementation X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb399e43d10f44d170d811ef4989c8656b2e3c16;p=clang Fix a comment to match the implementation git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206298 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaDecl.cpp b/lib/Sema/SemaDecl.cpp index cea1c26cf8..79794b1f9f 100644 --- a/lib/Sema/SemaDecl.cpp +++ b/lib/Sema/SemaDecl.cpp @@ -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)) {