[llvm-commits] [llvm] r38433 - /llvm/trunk/docs/CommandGuide/llvm-link.pod

Reid Spencer reid at x10sys.com
Sun Jul 8 23:06:46 PDT 2007


Author: reid
Date: Mon Jul  9 01:06:45 2007
New Revision: 38433

URL: http://llvm.org/viewvc/llvm-project?rev=38433&view=rev
Log:
Fix some typos.

Modified:
    llvm/trunk/docs/CommandGuide/llvm-link.pod

Modified: llvm/trunk/docs/CommandGuide/llvm-link.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-link.pod?rev=38433&r1=38432&r2=38433&view=diff

==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-link.pod (original)
+++ llvm/trunk/docs/CommandGuide/llvm-link.pod Mon Jul  9 01:06:45 2007
@@ -27,14 +27,14 @@
 =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>
 





More information about the llvm-commits mailing list