diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2025-03-19 23:26:10 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2025-03-19 23:29:06 +0000 |
commit | b8e39b4c33ce74c243e467391f6cc0144d4a9477 (patch) | |
tree | 88df8113c26803e32a1f27ca39b0bb6433d556d1 | |
parent | 3292ca9b0818c3e55102413c2407711d0755d280 (diff) | |
download | gcc-b8e39b4c33ce74c243e467391f6cc0144d4a9477.zip gcc-b8e39b4c33ce74c243e467391f6cc0144d4a9477.tar.gz gcc-b8e39b4c33ce74c243e467391f6cc0144d4a9477.tar.bz2 |
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.
-rw-r--r-- | libstdc++-v3/include/bits/locale_facets_nonio.tcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/locale_facets_nonio.tcc b/libstdc++-v3/include/bits/locale_facets_nonio.tcc index f39a692..27b7273 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 |