https://gcc.gnu.org/g:08e7f31dd2c209caf85cc624c0d75f3e09d5c59e
commit r13-9474-g08e7f31dd2c209caf85cc624c0d75f3e09d5c59e Author: Jonathan Wakely <jwak...@redhat.com> Date: Wed Mar 19 23:26:10 2025 +0000 libstdc++: Fix "IEE" typo in comment in std::time_put::do_put libstdc++-v3/ChangeLog: * include/bits/locale_facets_nonio.tcc (time_put::do_put): Fix typo in comment. (cherry picked from commit b8e39b4c33ce74c243e467391f6cc0144d4a9477) Diff: --- libstdc++-v3/include/bits/locale_facets_nonio.tcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/include/bits/locale_facets_nonio.tcc b/libstdc++-v3/include/bits/locale_facets_nonio.tcc index b19f44253001..23ba676af1b3 100644 --- a/libstdc++-v3/include/bits/locale_facets_nonio.tcc +++ b/libstdc++-v3/include/bits/locale_facets_nonio.tcc @@ -1648,7 +1648,7 @@ _GLIBCXX_END_NAMESPACE_LDBL_OR_CXX11 const size_t __maxlen = 128; char_type __res[__maxlen]; - // NB: In IEE 1003.1-200x, and perhaps other locale models, it + // NB: In IEEE 1003.1-200x, and perhaps other locale models, it // is possible that the format character will be longer than one // character. Possibilities include 'E' or 'O' followed by a // format character: if __mod is not the default argument, assume