diff options
author | James Henderson <jh7370@my.bristol.ac.uk> | 2019-06-12 11:41:43 +0000 |
---|---|---|
committer | James Henderson <jh7370@my.bristol.ac.uk> | 2019-06-12 11:41:43 +0000 |
commit | 31908669c6d0937b9577e00051c6403213e8899c (patch) | |
tree | b8af7045d0ee7b117c7213deaad8ccb7ba6b4fac /llvm/docs/CommandGuide | |
parent | 1dc2123d640b486f6d1bf1bf252d9c3e63a19bf3 (diff) | |
download | bcm5719-llvm-31908669c6d0937b9577e00051c6403213e8899c.tar.gz bcm5719-llvm-31908669c6d0937b9577e00051c6403213e8899c.zip |
[docs][llvm-symbolizer] Fix typo and grammar error
llvm-svn: 363145
Diffstat (limited to 'llvm/docs/CommandGuide')
-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. |