summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-upgrade.pod
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
commit75efe6cc573ccf642e2885d4fb186448bc07674c (patch)
tree1fbf62febb45475c73a47703f5eabc88a205ca09 /llvm/docs/CommandGuide/llvm-upgrade.pod
parente14b7339e69b87a941b6fe066d4b9399f4051e07 (diff)
downloadbcm5719-llvm-75efe6cc573ccf642e2885d4fb186448bc07674c.tar.gz
bcm5719-llvm-75efe6cc573ccf642e2885d4fb186448bc07674c.zip
Minor language change upgrader -> upgrade tool
llvm-svn: 38437
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-upgrade.pod')
-rw-r--r--llvm/docs/CommandGuide/llvm-upgrade.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-upgrade.pod b/llvm/docs/CommandGuide/llvm-upgrade.pod
index 4f0e1d881ae..fd84eb4b73b 100644
--- a/llvm/docs/CommandGuide/llvm-upgrade.pod
+++ b/llvm/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.
OpenPOWER on IntegriCloud