Remove using declarations
[oota-llvm.git] / lib / Archive / ArchiveReader.cpp
index afa2c63d0503f51a20c3125990f0f452a51fa693..450fd04587601bac156d6b3fa2b8898c6e62d693 100644 (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
 //