summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-07-09 06:06:45 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-07-09 06:06:45 +0000
commit35931ae073322db22324c9539a0f75967e234013 (patch)
treed81da68f4e6aa897b30ffb65230c578556b6fc24 /docs/CommandGuide
parentc867dfbb3850e7a15020fd2d05acbb37ca285e5d (diff)
downloadllvm-35931ae073322db22324c9539a0f75967e234013.tar.gz
llvm-35931ae073322db22324c9539a0f75967e234013.tar.bz2
llvm-35931ae073322db22324c9539a0f75967e234013.tar.xz
Fix some typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38433 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/llvm-link.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandGuide/llvm-link.pod b/docs/CommandGuide/llvm-link.pod
index 7766efab69..1f4a7c7b81 100644
--- a/docs/CommandGuide/llvm-link.pod
+++ b/docs/CommandGuide/llvm-link.pod
@@ -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>