Minor language change upgrader -> upgrade tool
authorReid Spencer <rspencer@reidspencer.com>
Mon, 9 Jul 2007 06:42:22 +0000 (06:42 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 9 Jul 2007 06:42:22 +0000 (06:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38437 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llvm-upgrade.pod

index 4f0e1d881ae0599decdbc3ba37b0576526a26ec4..fd84eb4b73b2ea44cdfd90a4c2d8aa0fa0036b64 100644 (file)
@@ -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.