]> granicus.if.org Git - clang/commitdiff
Fix comment typo in r321312.
authorPaul Robinson <paul.robinson@sony.com>
Tue, 26 Dec 2017 18:01:19 +0000 (18:01 +0000)
committerPaul Robinson <paul.robinson@sony.com>
Tue, 26 Dec 2017 18:01:19 +0000 (18:01 +0000)
Post-commit review by Kim Grasman!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@321457 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/Decl.cpp

index 629037b1755c81ded94d6858933bbbb8ea2566e1..4c1d591b41e9cd91ae9a66fe17c22e09a80a23d2 100644 (file)
@@ -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;