diff options
author | Rui Ueyama <ruiu@google.com> | 2015-10-13 16:15:50 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2015-10-13 16:15:50 +0000 |
commit | 7b94893cec5bbb543f35c2659bc3ea37f35ab87c (patch) | |
tree | 981cdc45018d58f90af3a3f93160063839060056 | |
parent | adf666010f701378bc4d27d7eda9b7e20ce3767f (diff) | |
download | llvm-7b94893cec5bbb543f35c2659bc3ea37f35ab87c.zip llvm-7b94893cec5bbb543f35c2659bc3ea37f35ab87c.tar.gz llvm-7b94893cec5bbb543f35c2659bc3ea37f35ab87c.tar.bz2 |
ELF2: Fix typos in comment.
llvm-svn: 250171
-rw-r--r-- | lld/test/elf2/got.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lld/test/elf2/got.s b/lld/test/elf2/got.s index d3af9351f..e12afe7 100644 --- a/lld/test/elf2/got.s +++ b/lld/test/elf2/got.s @@ -29,9 +29,9 @@ // Unfortunately FileCheck can't do math, so we have to check for explicit // values: -// 0x110A0 - (0x11000 + 2) - 4 = 4250 -// 0x110A0 - (0x11006 + 2) - 4 = 4244 -// 0x110A8 - (0x1100c + 2) - 4 = 4246 +// 0x120A0 - (0x11000 + 2) - 4 = 4250 +// 0x120A0 - (0x11006 + 2) - 4 = 4244 +// 0x120A8 - (0x1100c + 2) - 4 = 4246 // DISASM: _start: // DISASM-NEXT: 11000: {{.*}} jmpq *4250(%rip) |