diff options
author | James Henderson <jh7370@my.bristol.ac.uk> | 2019-07-09 14:20:58 +0000 |
---|---|---|
committer | James Henderson <jh7370@my.bristol.ac.uk> | 2019-07-09 14:20:58 +0000 |
commit | e0a3ee79c5ffdf076bc43ceb58ebaf73a41c7d8b (patch) | |
tree | 9acf057ca65be83e195c42c1abdfdce607aa5afd /llvm/docs/CommandGuide | |
parent | 4dd5755d01808b1c2a147eaf08d055c2145b1c65 (diff) | |
download | bcm5719-llvm-e0a3ee79c5ffdf076bc43ceb58ebaf73a41c7d8b.tar.gz bcm5719-llvm-e0a3ee79c5ffdf076bc43ceb58ebaf73a41c7d8b.zip |
[docs][llvm-dwarfdump] Fix wording
llvm-svn: 365489
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-dwarfdump.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-dwarfdump.rst b/llvm/docs/CommandGuide/llvm-dwarfdump.rst index 25741449430..9f49f84f358 100644 --- a/llvm/docs/CommandGuide/llvm-dwarfdump.rst +++ b/llvm/docs/CommandGuide/llvm-dwarfdump.rst @@ -77,7 +77,7 @@ OPTIONS .. option:: --lookup=<address> - Lookup <address> in the debug information and print out the file, + Look up <address> in the debug information and print out the file, function, block, and line table details. .. option:: -o <path> |