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 | 32299911657651ea6738d5ce085803dc7b991d34 (patch) | |
tree | f7804b1f86d7c9ae7a7f71bb618a94e54dc3397e /lib/AsmParser/Parser.cpp | |
parent | 464537936dc8c90a8d9899e6dc3e11edfa2498ab (diff) |
Uppercase the acronym ASCII.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8676 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AsmParser/Parser.cpp')
-rw-r--r-- | lib/AsmParser/Parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AsmParser/Parser.cpp b/lib/AsmParser/Parser.cpp index dfe8d559a4..05547ee099 100644 --- a/lib/AsmParser/Parser.cpp +++ b/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) |