From 7f838bbe450a28aba8769550a78219d3109c4a4e Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 21 Feb 2013 06:08:22 +0000 Subject: [PATCH] Correct spelling of 'enumerator'. Post commit code review feedback to r175705 from Jordan Rose. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175724 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/None.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/ADT/None.h b/include/llvm/ADT/None.h index 83c952178a5..5793bd2faef 100644 --- a/include/llvm/ADT/None.h +++ b/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. //