[llvm-commits] CVS: llvm/lib/Bytecode/Reader/ReadArchive.cpp
Misha Brukman
brukman at cs.uiuc.edu
Tue Apr 22 22:00:01 PDT 2003
Changes in directory llvm/lib/Bytecode/Reader:
ReadArchive.cpp updated: 1.2 -> 1.3
---
Log message:
Fixed 'prevalent'.
---
Diffs of the changes:
Index: llvm/lib/Bytecode/Reader/ReadArchive.cpp
diff -u llvm/lib/Bytecode/Reader/ReadArchive.cpp:1.2 llvm/lib/Bytecode/Reader/ReadArchive.cpp:1.3
--- llvm/lib/Bytecode/Reader/ReadArchive.cpp:1.2 Tue Apr 22 13:02:51 2003
+++ llvm/lib/Bytecode/Reader/ReadArchive.cpp Tue Apr 22 21:59:05 2003
@@ -3,7 +3,7 @@
// This file implements the ReadArchiveFile interface, which allows a linker to
// read all of the LLVM bytecode files contained in a .a file. This file
// understands the standard system .a file format. This can only handle the .a
-// variant prevelant on linux systems so far, but may be extended. See
+// variant prevalent on Linux systems so far, but may be extended. See
// information in this source file for more information:
// http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/archive.c?cvsroot=src
//
More information about the llvm-commits
mailing list