[llvm] r365489 - [docs][llvm-dwarfdump] Fix wording

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 07:20:58 PDT 2019


Author: jhenderson
Date: Tue Jul  9 07:20:58 2019
New Revision: 365489

URL: http://llvm.org/viewvc/llvm-project?rev=365489&view=rev
Log:
[docs][llvm-dwarfdump] Fix wording

Modified:
    llvm/trunk/docs/CommandGuide/llvm-dwarfdump.rst

Modified: llvm/trunk/docs/CommandGuide/llvm-dwarfdump.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-dwarfdump.rst?rev=365489&r1=365488&r2=365489&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-dwarfdump.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-dwarfdump.rst Tue Jul  9 07:20:58 2019
@@ -77,7 +77,7 @@ OPTIONS
 
 .. option:: --lookup=<address>
 
-            Lookup <address> in the debug information and print out the file,
+            Look up <address> in the debug information and print out the file,
             function, block, and line table details.
 
 .. option:: -o <path>




More information about the llvm-commits mailing list