From 09ff1509ba077cfd702c64a51a433798d23567b2 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 23 Apr 2003 02:59:05 +0000 Subject: [PATCH] Fixed 'prevalent'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5860 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Archive/ArchiveReader.cpp | 2 +- lib/Bytecode/Archive/ArchiveReader.cpp | 2 +- lib/Bytecode/Reader/ArchiveReader.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Archive/ArchiveReader.cpp b/lib/Archive/ArchiveReader.cpp index afa2c63d050..450fd045876 100644 --- a/lib/Archive/ArchiveReader.cpp +++ b/lib/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/Archive/ArchiveReader.cpp b/lib/Bytecode/Archive/ArchiveReader.cpp index afa2c63d050..450fd045876 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 afa2c63d050..450fd045876 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 // -- 2.34.1