aboutsummaryrefslogtreecommitdiff
path: root/libiberty/strerror.c
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2019-01-09 16:39:49 -0500
committerSandra Loosemore <sandra@gcc.gnu.org>2019-01-09 16:39:49 -0500
commitadcb167e030e016946c3dbf6fcfc81093ca6feea (patch)
treec90c5ec91814e9ef891b0d94591048b5f9f5a828 /libiberty/strerror.c
parent67914693144c02e0be2e6356d9162e775fb4971d (diff)
downloadgcc-adcb167e030e016946c3dbf6fcfc81093ca6feea.zip
gcc-adcb167e030e016946c3dbf6fcfc81093ca6feea.tar.gz
gcc-adcb167e030e016946c3dbf6fcfc81093ca6feea.tar.bz2
PR other/16615 [2/5]
2019-01-09 Sandra Loosemore <sandra@codesourcery.com> PR other/16615 [2/5] include/ * libiberty.h: Mechanically replace "can not" with "cannot". * plugin-api.h: Likewise. libiberty/ * cp-demangle.c: Mechanically replace "can not" with "cannot". * floatformat.c: Likewise. * strerror.c: Likewise. From-SVN: r267784
Diffstat (limited to 'libiberty/strerror.c')
-rw-r--r--libiberty/strerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/strerror.c b/libiberty/strerror.c
index a8a0bd1..cc7692c 100644
--- a/libiberty/strerror.c
+++ b/libiberty/strerror.c
@@ -299,7 +299,7 @@ static const struct error_info error_table[] =
ENTRY(EREMCHG, "EREMCHG", "Remote address changed"),
#endif
#if defined (ELIBACC)
- ENTRY(ELIBACC, "ELIBACC", "Can not access a needed shared library"),
+ ENTRY(ELIBACC, "ELIBACC", "Cannot access a needed shared library"),
#endif
#if defined (ELIBBAD)
ENTRY(ELIBBAD, "ELIBBAD", "Accessing a corrupted shared library"),