summaryrefslogtreecommitdiff
path: root/lib/AsmParser/Parser.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-09-22 23:50:25 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-09-22 23:50:25 +0000
commit32299911657651ea6738d5ce085803dc7b991d34 (patch)
treef7804b1f86d7c9ae7a7f71bb618a94e54dc3397e /lib/AsmParser/Parser.cpp
parent464537936dc8c90a8d9899e6dc3e11edfa2498ab (diff)
downloadllvm-32299911657651ea6738d5ce085803dc7b991d34.tar.gz
llvm-32299911657651ea6738d5ce085803dc7b991d34.tar.bz2
llvm-32299911657651ea6738d5ce085803dc7b991d34.tar.xz
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.cpp2
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)