[lld] 4587fe6 - [lld] Fix typo in lld manpage, nfc (#170299)

via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 2 10:11:31 PST 2025


Author: serge-sans-paille
Date: 2025-12-02T18:11:27Z
New Revision: 4587fe6be8e7c6269766fa7a26b120bd88e9bf40

URL: https://github.com/llvm/llvm-project/commit/4587fe6be8e7c6269766fa7a26b120bd88e9bf40
DIFF: https://github.com/llvm/llvm-project/commit/4587fe6be8e7c6269766fa7a26b120bd88e9bf40.diff

LOG: [lld] Fix typo in lld manpage, nfc (#170299)

Added: 
    

Modified: 
    lld/ELF/Options.td

Removed: 
    


################################################################################
diff  --git a/lld/ELF/Options.td b/lld/ELF/Options.td
index 75184de496448..c2111e58c12b9 100644
--- a/lld/ELF/Options.td
+++ b/lld/ELF/Options.td
@@ -154,7 +154,7 @@ def bp_startup_sort: JJ<"bp-startup-sort=">, MetaVarName<"[none,function]">,
 
 // Auxiliary options related to balanced partition
 defm bp_compression_sort_startup_functions: BB<"bp-compression-sort-startup-functions",
-  "When --irpgo-profile is pecified, prioritize function similarity for compression in addition to startup time", "">;
+  "When --irpgo-profile is specified, prioritize function similarity for compression in addition to startup time", "">;
 def verbose_bp_section_orderer: FF<"verbose-bp-section-orderer">,
   HelpText<"Print information on balanced partitioning">;
 


        


More information about the llvm-commits mailing list