diff options
author | James Henderson <jh7370@my.bristol.ac.uk> | 2019-07-10 13:40:45 +0000 |
---|---|---|
committer | James Henderson <jh7370@my.bristol.ac.uk> | 2019-07-10 13:40:45 +0000 |
commit | 479c2188c16aace55e66d9aa4fcbad56aab9b92f (patch) | |
tree | 59f2372a743f9b952298e970d0ff3b4db9456212 /llvm/docs/CommandGuide | |
parent | 6b61519995e75e932842cf00c29ce6301a4c0b9d (diff) | |
download | bcm5719-llvm-479c2188c16aace55e66d9aa4fcbad56aab9b92f.tar.gz bcm5719-llvm-479c2188c16aace55e66d9aa4fcbad56aab9b92f.zip |
[docs][llvm-symbolizer] Fix grammar
llvm-svn: 365630
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-symbolizer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst index 7f3a8a4e27e..b157f94ef22 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. |