diff options
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-symbolizer.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst index b9368f578e3..ea4cc838c9a 100644 --- a/llvm/docs/CommandGuide/llvm-symbolizer.rst +++ b/llvm/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. |

