summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit1d6f220a87da3c6be7c9b7ff822cf1fd7da6a862 (patch)
tree0015751975c72a270f2831f15f54069ff0af3878 /llvm/lib/Bytecode
parent3b789958489cbc6f8f1be06cb88b6b90ce854405 (diff)
downloadbcm5719-llvm-1d6f220a87da3c6be7c9b7ff822cf1fd7da6a862.tar.gz
bcm5719-llvm-1d6f220a87da3c6be7c9b7ff822cf1fd7da6a862.zip
Fixed 'prevalent'.
llvm-svn: 5860
Diffstat (limited to 'llvm/lib/Bytecode')
-rw-r--r--llvm/lib/Bytecode/Reader/ArchiveReader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Reader/ArchiveReader.cpp b/llvm/lib/Bytecode/Reader/ArchiveReader.cpp
index afa2c63d050..450fd045876 100644
--- a/llvm/lib/Bytecode/Reader/ArchiveReader.cpp
+++ b/llvm/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
//
OpenPOWER on IntegriCloud