Correct spelling of 'enumerator'.

Post commit code review feedback to r175705 from Jordan Rose.

llvm-svn: 175725
This commit is contained in:
David Blaikie 2013-02-21 06:12:38 +00:00
parent 654aa755ae
commit 1c19139ae0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
// dependencies.
// Casting.h has complex templates that cannot be easily forward declared.
#include "llvm/Support/Casting.h"
// None.h includes an enumerant that is desired & cannot be forward declared
// None.h includes an enumerator that is desired & cannot be forward declared
// without a definition of NoneType.
#include "llvm/ADT/None.h"