[llvm] r175724 - Correct spelling of 'enumerator'.

David Blaikie dblaikie at gmail.com
Wed Feb 20 22:08:22 PST 2013


Author: dblaikie
Date: Thu Feb 21 00:08:22 2013
New Revision: 175724

URL: http://llvm.org/viewvc/llvm-project?rev=175724&view=rev
Log:
Correct spelling of 'enumerator'.

Post commit code review feedback to r175705 from Jordan Rose.

Modified:
    llvm/trunk/include/llvm/ADT/None.h

Modified: llvm/trunk/include/llvm/ADT/None.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/None.h?rev=175724&r1=175723&r2=175724&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/None.h (original)
+++ llvm/trunk/include/llvm/ADT/None.h Thu Feb 21 00:08:22 2013
@@ -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.
 //





More information about the llvm-commits mailing list