projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c23aea6
)
libstdc++: Fix typo in ChangeLog-2020
author
Jonathan Wakely
<jwakely@redhat.com>
Wed, 13 Jan 2021 11:01:58 +0000
(11:01 +0000)
committer
Jonathan Wakely
<jwakely@redhat.com>
Wed, 13 Jan 2021 11:02:13 +0000
(11:02 +0000)
libstdc++-v3/ChangeLog-2020
patch
|
blob
|
history
diff --git
a/libstdc++-v3/ChangeLog-2020
b/libstdc++-v3/ChangeLog-2020
index 5b6b170834ef10bf3f1b5f0da33628ab23bb22d9..b7d0f7da16a48c433907254be137e93f9402eb86 100644
(file)
--- 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::spr
tin
f if necessary.
+ __builtin_sprintf support, and use std::spr
int
f if necessary.
2020-12-16 Jonathan Wakely <jwakely@redhat.com>