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

Fix some typos.

llvm-svn: 38433
This commit is contained in:
Reid Spencer 2007-07-09 06:06:45 +00:00
parent 23408fd350
commit 23bd3fe3f2

View File

@ -27,14 +27,14 @@ in the order they were specified on the command line.
=item B<-L> F<directory>
Add the specified F<directory> to the library search path. When looking for
libraries, B<llvm-link> will look in pathname for libraries. This option can be
libraries, B<llvm-link> will look in path name for libraries. This option can be
specified multiple times; B<llvm-link> will search inside these directories in
the order in which they were specified on the command line.
=item B<-f>
Overwrite output files. By default, B<llvm-link> will not overwrite an output
file if it alreadys exists.
file if it already exists.
=item B<-o> F<filename>