[llvm] [llvm] Fix a typo in documentation (PR #141204)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Thu May 22 23:58:41 PDT 2025
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/141204
None
>From 3fadc51c2d6d26a845daaac955f1d13a76da15ca Mon Sep 17 00:00:00 2001
From: Kazu Hirata <kazu at google.com>
Date: Thu, 22 May 2025 23:57:56 -0700
Subject: [PATCH] [llvm] Fix a typo in documentation
---
llvm/docs/CommandGuide/llvm-dwarfdump.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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