summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-07-09 06:42:22 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-07-09 06:42:22 +0000
commit7d3985416faa8bcfa4955b05735990a8a2d12aad (patch)
tree617b6431108d52a75ebe45be0c48b0cc193cf977 /docs/CommandGuide
parentc69f777645a80edfb662b5210fe2cb375943660a (diff)
downloadllvm-7d3985416faa8bcfa4955b05735990a8a2d12aad.tar.gz
llvm-7d3985416faa8bcfa4955b05735990a8a2d12aad.tar.bz2
llvm-7d3985416faa8bcfa4955b05735990a8a2d12aad.tar.xz
Minor language change upgrader -> upgrade tool
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38437 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/llvm-upgrade.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandGuide/llvm-upgrade.pod b/docs/CommandGuide/llvm-upgrade.pod
index 4f0e1d881a..fd84eb4b73 100644
--- a/docs/CommandGuide/llvm-upgrade.pod
+++ b/docs/CommandGuide/llvm-upgrade.pod
@@ -2,7 +2,7 @@
=head1 NAME
-llvm-upgrade - LLVM assembly upgrader
+llvm-upgrade - LLVM assembly upgrade tool
=head1 SYNOPSIS
@@ -10,7 +10,7 @@ B<llvm-upgrade> [I<options>] [I<filename>]
=head1 DESCRIPTION
-B<llvm-upgrade> is the LLVM assembly upgrader. It reads a file containing
+B<llvm-upgrade> is the LLVM assembly upgrade tool. It reads a file containing
human-readable LLVM assembly language, and upgrades that assembly to the current
version of LLVM. If the input is in the form currently accepted by LLVM, then
no upgrades are performed.