From d1c3dd89a68ee0074e8dacf73e358867d592ddfd Mon Sep 17 00:00:00 2001 From: Paul Robinson Date: Tue, 26 Dec 2017 18:01:19 +0000 Subject: Fix comment typo in r321312. Post-commit review by Kim Grasman! llvm-svn: 321457 --- clang/lib/AST/Decl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/AST/Decl.cpp') diff --git a/clang/lib/AST/Decl.cpp b/clang/lib/AST/Decl.cpp index 629037b1755..4c1d591b41e 100644 --- a/clang/lib/AST/Decl.cpp +++ b/clang/lib/AST/Decl.cpp @@ -1550,7 +1550,7 @@ void NamedDecl::printQualifiedName(raw_ostream &OS, // the enum-specifier. Each scoped enumerator is declared in the // scope of the enumeration. // For the case of unscoped enumerator, do not include in the qualified - // name any information about its enum enclosing scope, as is visibility + // name any information about its enum enclosing scope, as its visibility // is global. if (ED->isScoped()) OS << *ED; -- cgit v1.2.3