[llvm-commits] CVS: llvm/lib/AsmParser/Parser.cpp
Misha Brukman
brukman at cs.uiuc.edu
Mon Sep 22 18:51:00 PDT 2003
Changes in directory llvm/lib/AsmParser:
Parser.cpp updated: 1.9 -> 1.10
---
Log message:
Uppercase the acronym ASCII.
---
Diffs of the changes:
Index: llvm/lib/AsmParser/Parser.cpp
diff -u llvm/lib/AsmParser/Parser.cpp:1.9 llvm/lib/AsmParser/Parser.cpp:1.10
--- llvm/lib/AsmParser/Parser.cpp:1.9 Fri Aug 30 17:52:23 2002
+++ llvm/lib/AsmParser/Parser.cpp Mon Sep 22 18:50:25 2003
@@ -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)
More information about the llvm-commits
mailing list