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

llvm-svn: 363145
This commit is contained in:
James Henderson 2019-06-12 11:41:43 +00:00
parent 1dc2123d64
commit 31908669c6
1 changed files with 3 additions and 2 deletions

View File

@ -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.