Uppercase the acronym ASCII.

llvm-svn: 8676
This commit is contained in:
Misha Brukman 2003-09-22 23:50:25 +00:00
parent c68b0950aa
commit 643183413a

View File

@ -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)