1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Fixed 'prevalent'.

llvm-svn: 5860
This commit is contained in:
Misha Brukman 2003-04-23 02:59:05 +00:00
parent 1d82003535
commit c881f68151

View File

@ -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
//