]> granicus.if.org Git - llvm/commitdiff
[docs][llvm-symbolizer] Fix typo and grammar error
authorJames Henderson <jh7370@my.bristol.ac.uk>
Wed, 12 Jun 2019 11:41:43 +0000 (11:41 +0000)
committerJames Henderson <jh7370@my.bristol.ac.uk>
Wed, 12 Jun 2019 11:41:43 +0000 (11:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363145 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llvm-symbolizer.rst

index b9368f578e30d0e9b92fe29a183346602ba93c57..ea4cc838c9aae1d2e17c09a646392e98abd3c44f 100644 (file)
@@ -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.