[llvm] [llvm] Fix a typo in documentation (PR #141204)
via llvm-commits
llvm-commits at lists.llvm.org
Thu May 22 23:59:16 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-llvm-binary-utilities
Author: Kazu Hirata (kazutakahirata)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/141204.diff
1 Files Affected:
- (modified) llvm/docs/CommandGuide/llvm-dwarfdump.rst (+1-1)
``````````diff
diff --git a/llvm/docs/CommandGuide/llvm-dwarfdump.rst b/llvm/docs/CommandGuide/llvm-dwarfdump.rst
index c566b40346f4b..27ad4226e6cf9 100644
--- a/llvm/docs/CommandGuide/llvm-dwarfdump.rst
+++ b/llvm/docs/CommandGuide/llvm-dwarfdump.rst
@@ -162,7 +162,7 @@ OPTIONS
.. option:: --verify-json=<path>
- Output JSON-formatted error summary to the a file specified by
+ Output JSON-formatted error summary to the file specified by
<path>. Implies :option:`--verify`. The output format is described
in the section below (:ref:`verify-json-format`).
``````````
</details>
https://github.com/llvm/llvm-project/pull/141204
More information about the llvm-commits
mailing list