]> granicus.if.org Git - llvm/commitdiff
[NFC]Fix British English -> American English issues
authorJames Henderson <jh7370@my.bristol.ac.uk>
Wed, 8 May 2019 13:30:48 +0000 (13:30 +0000)
committerJames Henderson <jh7370@my.bristol.ac.uk>
Wed, 8 May 2019 13:30:48 +0000 (13:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360252 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-objcopy/ELF/archive-unknown-members.test

index 40c27157d313a6060bbbf64e45e3d3936dc7f480..6540b630f7dacb7d322f2bffc384fc3adaa6ff21 100644 (file)
@@ -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