[lld] r308916 - [ELF] Fix a couple of typos in a test.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 24 12:42:13 PDT 2017


Author: davide
Date: Mon Jul 24 12:42:13 2017
New Revision: 308916

URL: http://llvm.org/viewvc/llvm-project?rev=308916&view=rev
Log:
[ELF] Fix a couple of typos in a test.

Modified:
    lld/trunk/test/ELF/icf-non-mergeable.s

Modified: lld/trunk/test/ELF/icf-non-mergeable.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/icf-non-mergeable.s?rev=308916&r1=308915&r2=308916&view=diff
==============================================================================
--- lld/trunk/test/ELF/icf-non-mergeable.s (original)
+++ lld/trunk/test/ELF/icf-non-mergeable.s Mon Jul 24 12:42:13 2017
@@ -1,7 +1,7 @@
 // REQUIRES: x86
 
 // This file contains two functions. They are themselves identical,
-// but because they have reloactions against different data section,
+// but because they have relocations against different data sections,
 // they are not mergeable.
 
 // RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1




More information about the llvm-commits mailing list