From 5560c9d49ccae132cabf1155f18aa0480dce3eda Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 18 Aug 2003 14:43:39 +0000 Subject: Spell `necessary' correctly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7944 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/FileParser.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/TableGen/FileParser.y b/utils/TableGen/FileParser.y index 9650c53e2f..728fcf222c 100644 --- a/utils/TableGen/FileParser.y +++ b/utils/TableGen/FileParser.y @@ -130,7 +130,7 @@ static void addSubClass(Record *SC, const std::vector &TemplateArgs) { abort(); } else { // This class expects template arguments... // Loop over all of the template arguments, setting them to the specified - // value or leaving them as the default as neccesary. + // value or leaving them as the default as necessary. for (unsigned i = 0, e = TArgs.size(); i != e; ++i) { if (i < TemplateArgs.size()) { // A value is specified for this temp-arg? // Set it now. -- cgit v1.2.3