diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-09-22 23:50:25 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-09-22 23:50:25 +0000 |
commit | d4d259cafbb3f4ccd2a134437a49683deb1a3cd4 (patch) | |
tree | f32725ca36739cedecddd3f87e4cf1c4d162b689 /llvm/lib/AsmParser/Parser.cpp | |
parent | bafce80ba4e4f3e8e18a74e6c5f468d68d245385 (diff) | |
download | bcm5719-llvm-d4d259cafbb3f4ccd2a134437a49683deb1a3cd4.tar.gz bcm5719-llvm-d4d259cafbb3f4ccd2a134437a49683deb1a3cd4.zip |
Uppercase the acronym ASCII.
llvm-svn: 8676
Diffstat (limited to 'llvm/lib/AsmParser/Parser.cpp')
-rw-r--r-- | llvm/lib/AsmParser/Parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |