[llvm] r360252 - [NFC]Fix British English -> American English issues

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 06:30:48 PDT 2019


Author: jhenderson
Date: Wed May  8 06:30:48 2019
New Revision: 360252

URL: http://llvm.org/viewvc/llvm-project?rev=360252&view=rev
Log:
[NFC]Fix British English -> American English issues

Modified:
    llvm/trunk/test/tools/llvm-objcopy/ELF/archive-unknown-members.test

Modified: llvm/trunk/test/tools/llvm-objcopy/ELF/archive-unknown-members.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-objcopy/ELF/archive-unknown-members.test?rev=360252&r1=360251&r2=360252&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-objcopy/ELF/archive-unknown-members.test (original)
+++ llvm/trunk/test/tools/llvm-objcopy/ELF/archive-unknown-members.test Wed May  8 06:30:48 2019
@@ -11,7 +11,7 @@
 
 # RUN: not llvm-objcopy --strip-debug %t1.a 2>&1 | FileCheck %s -DARCHIVE=%t1.a
 # RUN: not llvm-strip --strip-debug %t2.a 2>&1 | FileCheck %s -DARCHIVE=%t2.a
-## Verify that the archive was not modified, if any member couldn't be recognised.
+## Verify that the archive was not modified, if any member couldn't be recognized.
 # RUN: cmp %t.a %t1.a
 # RUN: cmp %t.a %t2.a
 
@@ -28,7 +28,7 @@
 # RUN: not llvm-strip --strip-debug %t.thin2.a 2>&1 \
 # RUN:   | FileCheck %s --check-prefix=THIN -DARCHIVE=%t.thin2.a -DMEMBER=%s
 ## Verify that the first member was not modified, if a later member could not
-## be recognised.
+## be recognized.
 # RUN: cmp %t.o %t1.o
 # RUN: cmp %t.o %t2.o
 




More information about the llvm-commits mailing list