From cb399e43d10f44d170d811ef4989c8656b2e3c16 Mon Sep 17 00:00:00 2001 From: Alp Toker <alp@nuanti.com> Date: Tue, 15 Apr 2014 16:24:50 +0000 Subject: [PATCH] Fix a comment to match the implementation git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206298 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaDecl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Sema/SemaDecl.cpp b/lib/Sema/SemaDecl.cpp index cea1c26cf82..79794b1f9f0 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)) { -- GitLab