[llvm] r363145 - [docs][llvm-symbolizer] Fix typo and grammar error

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 04:41:43 PDT 2019


Author: jhenderson
Date: Wed Jun 12 04:41:43 2019
New Revision: 363145

URL: http://llvm.org/viewvc/llvm-project?rev=363145&view=rev
Log:
[docs][llvm-symbolizer] Fix typo and grammar error

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

Modified: llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst?rev=363145&r1=363144&r2=363145&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst Wed Jun 12 04:41:43 2019
@@ -102,7 +102,7 @@ OPTIONS
 .. option:: -inlining, -inlines, -i
 
  If a source code location is in an inlined function, prints all the
- inlnied frames. Defaults to true.
+ inlined frames. Defaults to true.
 
 .. option:: -default-arch
 
@@ -172,4 +172,5 @@ OPTIONS
 EXIT STATUS
 -----------
 
-:program:`llvm-symbolizer` returns 0. Other exit codes imply internal program error.
+:program:`llvm-symbolizer` returns 0. Other exit codes imply an internal program
+error.




More information about the llvm-commits mailing list