[llvm] r366080 - [docs][llvm-nm] Fix inconsistent grammar

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 09:40:34 PDT 2019


Author: jhenderson
Date: Mon Jul 15 09:40:34 2019
New Revision: 366080

URL: http://llvm.org/viewvc/llvm-project?rev=366080&view=rev
Log:
[docs][llvm-nm] Fix inconsistent grammar

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

Modified: llvm/trunk/docs/CommandGuide/llvm-nm.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-nm.rst?rev=366080&r1=366079&r2=366080&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-nm.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-nm.rst Mon Jul 15 09:40:34 2019
@@ -177,7 +177,7 @@ OPTIONS
 
 .. option:: --no-sort, -p
 
- Shows symbols in the order encountered.
+ Show symbols in the order encountered.
 
 .. option:: --no-weak, -W
 




More information about the llvm-commits mailing list