r321457 - Fix comment typo in r321312.

Paul Robinson via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 26 10:01:19 PST 2017


Author: probinson
Date: Tue Dec 26 10:01:19 2017
New Revision: 321457

URL: http://llvm.org/viewvc/llvm-project?rev=321457&view=rev
Log:
Fix comment typo in r321312.
Post-commit review by Kim Grasman!

Modified:
    cfe/trunk/lib/AST/Decl.cpp

Modified: cfe/trunk/lib/AST/Decl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/Decl.cpp?rev=321457&r1=321456&r2=321457&view=diff
==============================================================================
--- cfe/trunk/lib/AST/Decl.cpp (original)
+++ cfe/trunk/lib/AST/Decl.cpp Tue Dec 26 10:01:19 2017
@@ -1550,7 +1550,7 @@ void NamedDecl::printQualifiedName(raw_o
       // 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;




More information about the cfe-commits mailing list