aboutsummaryrefslogtreecommitdiff
path: root/libiberty/strerror.c
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@codesourcery.com>2019-01-09 13:59:16 -0800
committerSandra Loosemore <sandra@codesourcery.com>2019-01-09 13:59:16 -0800
commita08da33eb3f69dec01810440a40c77ed56a79b69 (patch)
treef3aafc631bfdd3154ca7168e359d3a2e724f7344 /libiberty/strerror.c
parent669e09f609d30e070dc26db34d938a0888a01928 (diff)
downloadgdb-a08da33eb3f69dec01810440a40c77ed56a79b69.zip
gdb-a08da33eb3f69dec01810440a40c77ed56a79b69.tar.gz
gdb-a08da33eb3f69dec01810440a40c77ed56a79b69.tar.bz2
Merge from gcc: use "cannot" instead of "can not" in libiberty and include.
2019-01-09 Sandra Loosemore <sandra@codesourcery.com> Merge from GCC: 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.
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"),