From 479c2188c16aace55e66d9aa4fcbad56aab9b92f Mon Sep 17 00:00:00 2001 From: James Henderson Date: Wed, 10 Jul 2019 13:40:45 +0000 Subject: [PATCH] [docs][llvm-symbolizer] Fix grammar llvm-svn: 365630 --- llvm/docs/CommandGuide/llvm-symbolizer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst index 7f3a8a4e27ec..b157f94ef226 100644 --- a/llvm/docs/CommandGuide/llvm-symbolizer.rst +++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst @@ -213,7 +213,7 @@ OPTIONS style is set to ``GNU``, the tool follows the style of GNU's **addr2line**. The differences from the ``LLVM`` style are: - * Does not print column of a source code location. + * Does not print the column of a source code location. * Does not add an empty line after the report for an address.