[ODRHash] Fix typo, NFC

NestedNameSpecifer to NestedNameSpecifier.  This was not a problem before since
one of the included headers transitively brought in the definition of the class
and only manifested as a problem when using the typoed NestedNameSpecifer and
getting an incomplete type error instead of a typo correction.

llvm-svn: 302284
This commit is contained in:
Richard Trieu 2017-05-05 20:47:50 +00:00
parent f7ae14dbb9
commit 7dd8073284
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace clang {
class Decl;
class IdentifierInfo;
class NestedNameSpecifer;
class NestedNameSpecifier;
class Stmt;
class TemplateParameterList;