From: James Henderson Date: Wed, 12 Jun 2019 11:41:43 +0000 (+0000) Subject: [docs][llvm-symbolizer] Fix typo and grammar error X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6db02473395b8cb23e6614d280a85d87edccb22a;p=llvm [docs][llvm-symbolizer] Fix typo and grammar error git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363145 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/llvm-symbolizer.rst b/docs/CommandGuide/llvm-symbolizer.rst index b9368f578e3..ea4cc838c9a 100644 --- a/docs/CommandGuide/llvm-symbolizer.rst +++ b/docs/CommandGuide/llvm-symbolizer.rst @@ -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.