From: Jonathan Wakely Date: Wed, 13 Jan 2021 11:01:58 +0000 (+0000) Subject: libstdc++: Fix typo in ChangeLog-2020 X-Git-Tag: basepoints/gcc-12~1618 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f04e7e540e20e30ec032f868bdf9003e94201848;p=thirdparty%2Fgcc.git libstdc++: Fix typo in ChangeLog-2020 --- diff --git a/libstdc++-v3/ChangeLog-2020 b/libstdc++-v3/ChangeLog-2020 index 5b6b170834ef..b7d0f7da16a4 100644 --- a/libstdc++-v3/ChangeLog-2020 +++ b/libstdc++-v3/ChangeLog-2020 @@ -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