aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-11-05 19:35:34 +0000
committerJonathan Wakely <jwakely@redhat.com>2020-11-05 19:35:34 +0000
commitd16d45655d77d58e3f8430b9cf386b04759e01c7 (patch)
treecd2b262b79bf595c01300b20f7b88acf1da83eb0 /libstdc++-v3
parentcdd2d448d8200ed5ebcb232163954367b553291e (diff)
downloadgcc-d16d45655d77d58e3f8430b9cf386b04759e01c7.zip
gcc-d16d45655d77d58e3f8430b9cf386b04759e01c7.tar.gz
gcc-d16d45655d77d58e3f8430b9cf386b04759e01c7.tar.bz2
libstdc++: Fix typo in ChangeLog entry
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 3221fbb..fd8310a 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -7,7 +7,7 @@
2020-11-04 Jonathan Wakely <jwakely@redhat.com>
- * testsuite/18_support/96817.cc: Fail fail if the library is
+ * testsuite/18_support/96817.cc: Fail fast if the library is
configured to not use futexes.
2020-11-04 Jonathan Wakely <jwakely@redhat.com>