libstdc++: Fix typo in ChangeLog-2020

This commit is contained in:
Jonathan Wakely 2021-01-13 11:01:58 +00:00
parent c23aea6edc
commit f04e7e540e
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@
PR libstdc++/96083
* include/ext/throw_allocator.h: Use __has_builtin to check for
__builtin_sprintf support, and use std::sprtinf if necessary.
__builtin_sprintf support, and use std::sprintf if necessary.
2020-12-16 Jonathan Wakely <jwakely@redhat.com>