diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2019-01-09 16:39:49 -0500 |
---|---|---|
committer | Sandra Loosemore <sandra@gcc.gnu.org> | 2019-01-09 16:39:49 -0500 |
commit | adcb167e030e016946c3dbf6fcfc81093ca6feea (patch) | |
tree | c90c5ec91814e9ef891b0d94591048b5f9f5a828 /include/ChangeLog | |
parent | 67914693144c02e0be2e6356d9162e775fb4971d (diff) | |
download | gcc-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 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 207bfa8..8be8343 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,10 @@ +2019-01-09 Sandra Loosemore <sandra@codesourcery.com> + + PR other/16615 + + * libiberty.h: Mechanically replace "can not" with "cannot". + * plugin-api.h: Likewise. + 2019-01-01 Jakub Jelinek <jakub@redhat.com> Update copyright years. |