forked from OSchip/llvm-project
[docs][llvm-symbolizer] Fix typo and grammar error
llvm-svn: 363145
This commit is contained in:
parent
1dc2123d64
commit
31908669c6
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue