[llvm] 961613b - [llvm] Fix a typo in documentation (#141204)
via llvm-commits
llvm-commits at lists.llvm.org
Fri May 23 10:33:05 PDT 2025
Author: Kazu Hirata
Date: 2025-05-23T10:33:02-07:00
New Revision: 961613bd24ca86394c4f57ddbeccb785b6116551
URL: https://github.com/llvm/llvm-project/commit/961613bd24ca86394c4f57ddbeccb785b6116551
DIFF: https://github.com/llvm/llvm-project/commit/961613bd24ca86394c4f57ddbeccb785b6116551.diff
LOG: [llvm] Fix a typo in documentation (#141204)
Added:
Modified:
llvm/docs/CommandGuide/llvm-dwarfdump.rst
Removed:
################################################################################
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`).
More information about the llvm-commits
mailing list