Commit 31908669 authored by James Henderson's avatar James Henderson
Browse files

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

llvm-svn: 363145
parent 1dc2123d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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.