From d4d259cafbb3f4ccd2a134437a49683deb1a3cd4 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 22 Sep 2003 23:50:25 +0000 Subject: Uppercase the acronym ASCII. llvm-svn: 8676 --- llvm/lib/AsmParser/Parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/AsmParser/Parser.cpp') diff --git a/llvm/lib/AsmParser/Parser.cpp b/llvm/lib/AsmParser/Parser.cpp index dfe8d559a44..05547ee099c 100644 --- a/llvm/lib/AsmParser/Parser.cpp +++ b/llvm/lib/AsmParser/Parser.cpp @@ -9,7 +9,7 @@ #include "ParserInternals.h" using std::string; -// The useful interface defined by this file... Parse an ascii file, and return +// The useful interface defined by this file... Parse an ASCII file, and return // the internal representation in a nice slice'n'dice'able representation. // Module *ParseAssemblyFile(const string &Filename) { // throw (ParseException) -- cgit v1.2.3