diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2020-10-15 19:19:15 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2020-10-15 19:20:21 +0100 |
commit | 7dbf96e2a2a673d78a23da9155c0b4c4c36621c7 (patch) | |
tree | e9c50ad375ac2c88d3d9b3c0c3e17317fd7c952b | |
parent | f3ee94724686b82556c07b4d33821ae973eb9aba (diff) | |
download | gcc-7dbf96e2a2a673d78a23da9155c0b4c4c36621c7.zip gcc-7dbf96e2a2a673d78a23da9155c0b4c4c36621c7.tar.gz gcc-7dbf96e2a2a673d78a23da9155c0b4c4c36621c7.tar.bz2 |
libstdc++: Fix typos in copyright notice
It looks like I did a s/a/__a/ substition in one of these headers, and
then copied it to the other one.
libstdc++-v3/ChangeLog:
* include/std/concepts: Fix typos in copyright notice.
* include/std/ranges: Likewise.
-rw-r--r-- | libstdc++-v3/include/std/concepts | 4 | ||||
-rw-r--r-- | libstdc++-v3/include/std/ranges | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/include/std/concepts b/libstdc++-v3/include/std/concepts index 9ffed70..e710a5e 100644 --- a/libstdc++-v3/include/std/concepts +++ b/libstdc++-v3/include/std/concepts @@ -17,8 +17,8 @@ // permissions described in the GCC Runtime Library Exception, version // 3.1, as published by the Free Software Foundation. -// You should have received __a copy of the GNU General Public License and -// __a copy of the GCC Runtime Library Exception along with this program; +// You should have received a copy of the GNU General Public License and +// a copy of the GCC Runtime Library Exception along with this program; // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see // <http://www.gnu.org/licenses/>. diff --git a/libstdc++-v3/include/std/ranges b/libstdc++-v3/include/std/ranges index 55e7c4d..b03ae39 100644 --- a/libstdc++-v3/include/std/ranges +++ b/libstdc++-v3/include/std/ranges @@ -17,8 +17,8 @@ // permissions described in the GCC Runtime Library Exception, version // 3.1, as published by the Free Software Foundation. -// You should have received __a copy of the GNU General Public License and -// __a copy of the GCC Runtime Library Exception along with this program; +// You should have received a copy of the GNU General Public License and +// a copy of the GCC Runtime Library Exception along with this program; // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see // <http://www.gnu.org/licenses/>. |