From: Jonathan Wakely Date: Wed, 19 Mar 2025 23:26:10 +0000 (+0000) Subject: libstdc++: Fix "IEE" typo in comment in std::time_put::do_put X-Git-Tag: basepoints/gcc-16~1099 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8e39b4c33ce74c243e467391f6cc0144d4a9477;p=thirdparty%2Fgcc.git 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. --- diff --git a/libstdc++-v3/include/bits/locale_facets_nonio.tcc b/libstdc++-v3/include/bits/locale_facets_nonio.tcc index f39a6923faf..27b7273877a 100644 --- a/libstdc++-v3/include/bits/locale_facets_nonio.tcc +++ b/libstdc++-v3/include/bits/locale_facets_nonio.tcc @@ -1656,7 +1656,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