diff options
author | Alp Toker <alp@nuanti.com> | 2014-04-15 16:24:50 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-04-15 16:24:50 +0000 |
commit | 48c7e17a24063eda5ef0e92b640c06fc1a553eb8 (patch) | |
tree | f2245b28d703ec4ed0f183cba8450fc69166926c /clang/lib/Sema/SemaDecl.cpp | |
parent | 0afad5e8bc02d143994ba35809ae14028a43c573 (diff) | |
download | bcm5719-llvm-48c7e17a24063eda5ef0e92b640c06fc1a553eb8.tar.gz bcm5719-llvm-48c7e17a24063eda5ef0e92b640c06fc1a553eb8.zip |
Fix a comment to match the implementation
llvm-svn: 206298
Diffstat (limited to 'clang/lib/Sema/SemaDecl.cpp')
-rw-r--r-- | clang/lib/Sema/SemaDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaDecl.cpp b/clang/lib/Sema/SemaDecl.cpp index cea1c26cf82..79794b1f9f0 100644 --- a/clang/lib/Sema/SemaDecl.cpp +++ b/clang/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)) { |