aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-04-23 02:59:05 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-04-23 02:59:05 +0000
commit09ff1509ba077cfd702c64a51a433798d23567b2 (patch)
treec0bd0474780fbbc6a0e09c846924e35df87315da /lib/Bytecode
parent63e04f3ccbfff4537458db8d99c323c00fc8b6ac (diff)
downloadexternal_llvm-09ff1509ba077cfd702c64a51a433798d23567b2.zip
external_llvm-09ff1509ba077cfd702c64a51a433798d23567b2.tar.gz
external_llvm-09ff1509ba077cfd702c64a51a433798d23567b2.tar.bz2
Fixed 'prevalent'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5860 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode')
-rw-r--r--lib/Bytecode/Archive/ArchiveReader.cpp2
-rw-r--r--lib/Bytecode/Reader/ArchiveReader.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Bytecode/Archive/ArchiveReader.cpp b/lib/Bytecode/Archive/ArchiveReader.cpp
index afa2c63..450fd04 100644
--- a/lib/Bytecode/Archive/ArchiveReader.cpp
+++ b/lib/Bytecode/Archive/ArchiveReader.cpp
@@ -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
//
diff --git a/lib/Bytecode/Reader/ArchiveReader.cpp b/lib/Bytecode/Reader/ArchiveReader.cpp
index afa2c63..450fd04 100644
--- a/lib/Bytecode/Reader/ArchiveReader.cpp
+++ b/lib/Bytecode/Reader/ArchiveReader.cpp
@@ -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
//