diff options
| author | David Blaikie <dblaikie@gmail.com> | 2013-02-21 06:08:22 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2013-02-21 06:08:22 +0000 |
| commit | 654aa755ae30225df8bfc5bd187aaadbb0fde630 (patch) | |
| tree | 6463b5127b3f1097b09475ac1f79fd258e187f76 /llvm/include | |
| parent | 86d88f7168bed7dc6edd92145a91ec2754cd1cf1 (diff) | |
| download | bcm5719-llvm-654aa755ae30225df8bfc5bd187aaadbb0fde630.tar.gz bcm5719-llvm-654aa755ae30225df8bfc5bd187aaadbb0fde630.zip | |
Correct spelling of 'enumerator'.
Post commit code review feedback to r175705 from Jordan Rose.
llvm-svn: 175724
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/ADT/None.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/None.h b/llvm/include/llvm/ADT/None.h index 83c952178a5..5793bd2faef 100644 --- a/llvm/include/llvm/ADT/None.h +++ b/llvm/include/llvm/ADT/None.h @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file provides None, an enumerant for use in implicit constructors +// This file provides None, an enumerator for use in implicit constructors // of various (usually templated) types to make such construction more // terse. // |

