[llvm-branch-commits] [lld] 5dad062 - fix typo to cycle bots

Nico Weber via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Dec 10 16:30:52 PST 2020


Author: Nico Weber
Date: 2020-12-10T19:20:09-05:00
New Revision: 5dad062d7eb4bcae2f5e7fb6504a7be9757700c8

URL: https://github.com/llvm/llvm-project/commit/5dad062d7eb4bcae2f5e7fb6504a7be9757700c8
DIFF: https://github.com/llvm/llvm-project/commit/5dad062d7eb4bcae2f5e7fb6504a7be9757700c8.diff

LOG: fix typo to cycle bots

Added: 
    

Modified: 
    lld/test/COFF/pdb-tpi-aligned-records.test

Removed: 
    


################################################################################
diff  --git a/lld/test/COFF/pdb-tpi-aligned-records.test b/lld/test/COFF/pdb-tpi-aligned-records.test
index feabe5f0ab5b..264916280916 100644
--- a/lld/test/COFF/pdb-tpi-aligned-records.test
+++ b/lld/test/COFF/pdb-tpi-aligned-records.test
@@ -17,7 +17,7 @@ sections:
     Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_DISCARDABLE, IMAGE_SCN_MEM_READ ]
     Alignment:       1
     # It is important to keep the 'SectionData' since the .OBJ is reconstructed from it,
-    # and that triggers an alignement bug in the output .PDB.
+    # and that triggers an alignment bug in the output .PDB.
     SectionData:     '040000001000081003000000000000000000000000000600011200000000'
     Types:
       - Kind:            LF_PROCEDURE


        


More information about the llvm-branch-commits mailing list