From 5dad062d7eb4bcae2f5e7fb6504a7be9757700c8 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 10 Dec 2020 19:20:09 -0500 Subject: [PATCH] fix typo to cycle bots --- lld/test/COFF/pdb-tpi-aligned-records.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/COFF/pdb-tpi-aligned-records.test b/lld/test/COFF/pdb-tpi-aligned-records.test index feabe5f..2649162 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 -- 2.7.4