From 4d085086c74a8fbce197f61548f488a63f300933 Mon Sep 17 00:00:00 2001 From: Jan Korous Date: Thu, 2 Nov 2017 12:15:51 +0000 Subject: [PATCH] Fix typo in class annotation git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317200 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/NestedNameSpecifier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/AST/NestedNameSpecifier.h b/include/clang/AST/NestedNameSpecifier.h index b1ff9bdff5..29862ba416 100644 --- a/include/clang/AST/NestedNameSpecifier.h +++ b/include/clang/AST/NestedNameSpecifier.h @@ -35,7 +35,7 @@ class LangOptions; /// "\::std::vector::". /// /// 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 ('::'). -- 2.50.1