summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy/ELF
diff options
context:
space:
mode:
authorJames Henderson <jh7370@my.bristol.ac.uk>2019-05-08 13:30:48 +0000
committerJames Henderson <jh7370@my.bristol.ac.uk>2019-05-08 13:30:48 +0000
commit9ca48f26a355b897c81d857f80ecaebdaf140beb (patch)
tree3b41fd6d990988f83ad6eb71b242a4f708b3c854 /llvm/test/tools/llvm-objcopy/ELF
parent5a2b5ca7d2f675bf25f5d231dc144aa731c6b1d9 (diff)
downloadbcm5719-llvm-9ca48f26a355b897c81d857f80ecaebdaf140beb.tar.gz
bcm5719-llvm-9ca48f26a355b897c81d857f80ecaebdaf140beb.zip
[NFC]Fix British English -> American English issues
llvm-svn: 360252
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/ELF')
-rw-r--r--llvm/test/tools/llvm-objcopy/ELF/archive-unknown-members.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-objcopy/ELF/archive-unknown-members.test b/llvm/test/tools/llvm-objcopy/ELF/archive-unknown-members.test
index 40c27157d31..6540b630f7d 100644
--- a/llvm/test/tools/llvm-objcopy/ELF/archive-unknown-members.test
+++ b/llvm/test/tools/llvm-objcopy/ELF/archive-unknown-members.test
@@ -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
OpenPOWER on IntegriCloud