From bf930d5c1fce8103d7a047d10d1a4543f28a4dd8 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Tue, 25 Feb 2014 04:21:15 +0000 Subject: Fix typos git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202107 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/COFF/section-name-encoding.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/MC') diff --git a/test/MC/COFF/section-name-encoding.s b/test/MC/COFF/section-name-encoding.s index f8de6c3dc1..74cd490bd3 100644 --- a/test/MC/COFF/section-name-encoding.s +++ b/test/MC/COFF/section-name-encoding.s @@ -76,7 +76,7 @@ pad_sections_ex aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa // //AAmJa4 == 1000029 + 12 + (5 * (2 + (9 * 20 * 10 * 1000) + 1)) == 38*64^3 + 9*64^2 + 26*64 + 56 // v | | v ~~~~~~~~~~~~~~~~~~ v -// seven_digit offset v v "p0" pad NUL seperator +// seven_digit offset v v "p0" pad NUL separator // "seven_digit\0" # of pad sections // // "2F 2F 41 41 6D 4A 61 34" is "//AAmJa4", which decodes to "0 0 38 9 26 56". -- cgit v1.2.3