From 3fadc51c2d6d26a845daaac955f1d13a76da15ca Mon Sep 17 00:00:00 2001 From: Kazu Hirata 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= - Output JSON-formatted error summary to the a file specified by + Output JSON-formatted error summary to the file specified by . Implies :option:`--verify`. The output format is described in the section below (:ref:`verify-json-format`).