Fix typo in class annotation

llvm-svn: 317200
This commit is contained in:
Jan Korous 2017-11-02 12:15:51 +00:00
parent 66d2c269dc
commit 205bcd0d54
1 changed files with 1 additions and 1 deletions

View 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 ('::').