[docs][llvm-symbolizer] Fix typo and grammar error

llvm-svn: 363145
diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst
index b9368f5..ea4cc83 100644
--- a/llvm/docs/CommandGuide/llvm-symbolizer.rst
+++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst
@@ -102,7 +102,7 @@
 .. 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 @@
 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.