X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FArchive%2FArchiveReader.cpp;h=450fd04587601bac156d6b3fa2b8898c6e62d693;hb=7b13f56c36eb7572e1053974e5487a5f1c3080aa;hp=afa2c63d0503f51a20c3125990f0f452a51fa693;hpb=75f20532ec768308767328a1234cbea38d115e6a;p=oota-llvm.git 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 //