summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorJames Henderson <jh7370@my.bristol.ac.uk>2019-06-12 11:41:43 +0000
committerJames Henderson <jh7370@my.bristol.ac.uk>2019-06-12 11:41:43 +0000
commit31908669c6d0937b9577e00051c6403213e8899c (patch)
treeb8af7045d0ee7b117c7213deaad8ccb7ba6b4fac /llvm/docs/CommandGuide
parent1dc2123d640b486f6d1bf1bf252d9c3e63a19bf3 (diff)
downloadbcm5719-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.rst5
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.
OpenPOWER on IntegriCloud