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


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to