diff options
author | John Woolverton <jdwoolverton@gmail.com> | 2013-10-03 20:33:05 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2013-10-03 20:33:05 +0000 |
commit | d358f348689fe3026f7096c66c23ce4a5f68e766 (patch) | |
tree | f9932b3488fa0ee8a25967405aba9b4554acc830 | |
parent | d1f11e2bae47de8b47ed5e6b530111cce5434960 (diff) | |
download | gcc-d358f348689fe3026f7096c66c23ce4a5f68e766.zip gcc-d358f348689fe3026f7096c66c23ce4a5f68e766.tar.gz gcc-d358f348689fe3026f7096c66c23ce4a5f68e766.tar.bz2 |
re PR libstdc++/58604 (Text truncation in comments of /usr/include/c++/4.7/vector)
2013-10-03 John Woolverton <jdwoolverton@gmail.com>
PR libstdc++/58604
* include/std/vector: Fix garbled line in HP Copyright.
From-SVN: r203187
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/include/std/vector | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c09e856..896bc6e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2013-10-03 John Woolverton <jdwoolverton@gmail.com> + + PR libstdc++/58604 + * include/std/vector: Fix garbled line in HP Copyright. + 2013-10-03 Marc Glisse <marc.glisse@inria.fr> * libsupc++/del_op.cc (operator delete): Don't test for 0 before free. diff --git a/libstdc++-v3/include/std/vector b/libstdc++-v3/include/std/vector index a01c5e7..00cf8bb 100644 --- a/libstdc++-v3/include/std/vector +++ b/libstdc++-v3/include/std/vector @@ -33,7 +33,7 @@ * that both that copyright notice and this permission notice appear * in supporting documentation. Hewlett-Packard Company makes no * representations about the suitability of this software for any - ded "as is" without express or implied warranty. + * purpose. It is provided "as is" without express or implied warranty. * * * Copyright (c) 1996 |