[llvm] 0b266f2 - [docs][llvm-objcopy] Fix unpaired `<align>``

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 10:14:30 PDT 2022


Author: Fangrui Song
Date: 2022-07-13T10:14:26-07:00
New Revision: 0b266f22c32a62d8fac7fc8a209c0f0aa6671ae7

URL: https://github.com/llvm/llvm-project/commit/0b266f22c32a62d8fac7fc8a209c0f0aa6671ae7
DIFF: https://github.com/llvm/llvm-project/commit/0b266f22c32a62d8fac7fc8a209c0f0aa6671ae7.diff

LOG: [docs][llvm-objcopy] Fix unpaired `<align>``

Added: 
    

Modified: 
    llvm/docs/CommandGuide/llvm-objcopy.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CommandGuide/llvm-objcopy.rst b/llvm/docs/CommandGuide/llvm-objcopy.rst
index f144343acda9..74e2b024c70d 100644
--- a/llvm/docs/CommandGuide/llvm-objcopy.rst
+++ b/llvm/docs/CommandGuide/llvm-objcopy.rst
@@ -127,7 +127,7 @@ multiple file formats.
 
 .. option:: --set-section-alignment <section>=<align>
 
- Set the alignment of section ``<section>`` to `<align>``. Can be specified
+ Set the alignment of section ``<section>`` to ``<align>``. Can be specified
  multiple times to update multiple sections.
 
 .. option:: --set-section-flags <section>=<flag>[,<flag>,...]


        


More information about the llvm-commits mailing list