Uppercase the acronym ASCII.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8676 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2003-09-22 23:50:25 +00:00
parent 464537936d
commit 3229991165

View File

@ -9,7 +9,7 @@
#include "ParserInternals.h" #include "ParserInternals.h"
using std::string; 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. // the internal representation in a nice slice'n'dice'able representation.
// //
Module *ParseAssemblyFile(const string &Filename) { // throw (ParseException) Module *ParseAssemblyFile(const string &Filename) { // throw (ParseException)