[lld] 92c085e - [lld/mac] Fix comment typo in new start-end.s test

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 23 15:14:51 PDT 2021


Author: Nico Weber
Date: 2021-07-23T18:14:38-04:00
New Revision: 92c085e7c45298a4f4e96f50b21f39ce309279fa

URL: https://github.com/llvm/llvm-project/commit/92c085e7c45298a4f4e96f50b21f39ce309279fa
DIFF: https://github.com/llvm/llvm-project/commit/92c085e7c45298a4f4e96f50b21f39ce309279fa.diff

LOG: [lld/mac] Fix comment typo in new start-end.s test

Added: 
    

Modified: 
    lld/test/MachO/start-end.s

Removed: 
    


################################################################################
diff  --git a/lld/test/MachO/start-end.s b/lld/test/MachO/start-end.s
index 6b8a87a7b07c..a55ec6eecc80 100644
--- a/lld/test/MachO/start-end.s
+++ b/lld/test/MachO/start-end.s
@@ -145,7 +145,7 @@
 # CHECK-NEXT: [[#%x, PC10:]]:
 # CHECK-SAME: leaq [[#%d, LLVMORDERFILESTART - PC10 - 7]](%rip), %rbx
 
-## Secton-rename tests.
+## Section-rename tests.
 ## Input section __FOO/__bar is renamed to output section
 ## __BAZ/__quux by a -rename_section flag.
 ## section$start$__FOO$__bar ends up referring to the __BAZ/__quux section.


        


More information about the llvm-commits mailing list