[lld] r204967 - Spelling corrections.

Rui Ueyama ruiu at google.com
Thu Mar 27 15:11:59 PDT 2014


Author: ruiu
Date: Thu Mar 27 17:11:58 2014
New Revision: 204967

URL: http://llvm.org/viewvc/llvm-project?rev=204967&view=rev
Log:
Spelling corrections.

Modified:
    lld/trunk/test/elf/X86_64/largebss.test
    lld/trunk/test/elf/dynamic-undef.test

Modified: lld/trunk/test/elf/X86_64/largebss.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/X86_64/largebss.test?rev=204967&r1=204966&r2=204967&view=diff
==============================================================================
--- lld/trunk/test/elf/X86_64/largebss.test (original)
+++ lld/trunk/test/elf/X86_64/largebss.test Thu Mar 27 17:11:58 2014
@@ -1,6 +1,6 @@
 # This tests the functionality of handling BSS symbols
 # BSS symbols don't occupy file content and are associated with typeZeroFill
-# Any typeZeroFill content wouldnot have space reserved in the file to store
+# Any typeZeroFill content wouldn't have space reserved in the file to store
 # its content
 
 RUN: lld -flavor gnu -target x86_64 %p/Inputs/largebss.o --output-filetype=yaml --noinhibit-exec | FileCheck %s

Modified: lld/trunk/test/elf/dynamic-undef.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/elf/dynamic-undef.test?rev=204967&r1=204966&r2=204967&view=diff
==============================================================================
--- lld/trunk/test/elf/dynamic-undef.test (original)
+++ lld/trunk/test/elf/dynamic-undef.test Thu Mar 27 17:11:58 2014
@@ -11,7 +11,7 @@ RUN: FileCheck -check-prefix=EXEC %s < %
 RUN: lld -flavor gnu -target x86_64-linux %p/Inputs/tls.x86-64 \
 RUN:   %p/Inputs/shared.so-x86-64 -o %t -e main --allow-shlib-undefined
 # Test creation of shared library, this should pass because we are using
-# shared option and by default, dynamic library wouldnot create undefined atoms
+# shared option and by default, dynamic library wouldn't create undefined atoms
 # from the input shared library
 RUN: lld -flavor gnu -target x86_64-linux %p/Inputs/tls.x86-64 \
 RUN:   %p/Inputs/shared.so-x86-64 -o %t -e main -shared





More information about the llvm-commits mailing list