]> granicus.if.org Git - clang/commitdiff
Fix typo in class annotation
authorJan Korous <jkorous@apple.com>
Thu, 2 Nov 2017 12:15:51 +0000 (12:15 +0000)
committerJan Korous <jkorous@apple.com>
Thu, 2 Nov 2017 12:15:51 +0000 (12:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317200 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/NestedNameSpecifier.h

index b1ff9bdff589101cc2cf6d1b0c4da06e8d293f48..29862ba4161ea417ec82ab9c47f0a402354c6559 100644 (file)
@@ -35,7 +35,7 @@ class LangOptions;
 /// "\::std::vector<int>::".
 ///
 /// C++ nested name specifiers are the prefixes to qualified
-/// namespaces. For example, "foo::" in "foo::x" is a nested name
+/// names. For example, "foo::" in "foo::x" is a nested name
 /// specifier. Nested name specifiers are made up of a sequence of
 /// specifiers, each of which can be a namespace, type, identifier
 /// (for dependent names), decltype specifier, or the global specifier ('::').