From: Jonathan Wakely Date: Wed, 13 Jan 2021 11:01:58 +0000 (+0000) Subject: libstdc++: Fix typo in ChangeLog-2020 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f04e7e540e20e30ec032f868bdf9003e94201848;p=gcc.git libstdc++: Fix typo in ChangeLog-2020 --- diff --git a/libstdc++-v3/ChangeLog-2020 b/libstdc++-v3/ChangeLog-2020 index 5b6b170834e..b7d0f7da16a 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