aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2017-08-20 19:03:36 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2017-08-20 19:03:36 +0000
commit1104d918b500ae1754b9a6a92f7fc0d90713f95b (patch)
tree4a59d66f4b3f90e6fbd1a72872bec21dc17e7881
parentab7fc02ec120cec4639921db2ca41e2af898f366 (diff)
downloadgcc-1104d918b500ae1754b9a6a92f7fc0d90713f95b.zip
gcc-1104d918b500ae1754b9a6a92f7fc0d90713f95b.tar.gz
gcc-1104d918b500ae1754b9a6a92f7fc0d90713f95b.tar.bz2
Fix typo.
From-SVN: r251210
-rw-r--r--libstdc++-v3/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index ddba9e2..8d48bdff 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,7 +1,7 @@
2017-08-20 John David Anglin <danglin@gcc.gnu.org>
PR testsuite/81056
- * testsuite/17_intro/names.cc: Undef 'd' and 'r' on __hpux__
+ * testsuite/17_intro/names.cc: Undef 'd' and 'r' on __hpux__.
2017-08-18 Jonathan Wakely <jwakely@redhat.com>