libstdc++: Fix typo in ChangeLog-2020
authorJonathan Wakely <jwakely@redhat.com>
Wed, 13 Jan 2021 11:01:58 +0000 (11:01 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 13 Jan 2021 11:02:13 +0000 (11:02 +0000)
libstdc++-v3/ChangeLog-2020

index 5b6b170834ef10bf3f1b5f0da33628ab23bb22d9..b7d0f7da16a48c433907254be137e93f9402eb86 100644 (file)
 
        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>