]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix "IEE" typo in comment in std::time_put::do_put
authorJonathan Wakely <jwakely@redhat.com>
Wed, 19 Mar 2025 23:26:10 +0000 (23:26 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 21 Mar 2025 12:09:22 +0000 (12:09 +0000)
libstdc++-v3/ChangeLog:

* include/bits/locale_facets_nonio.tcc (time_put::do_put): Fix
typo in comment.

(cherry picked from commit b8e39b4c33ce74c243e467391f6cc0144d4a9477)

libstdc++-v3/include/bits/locale_facets_nonio.tcc

index fa250c1ae3d7a311de50235dd3aa81f23832305a..6c94aa1d5591dd650c0158707af135cd71010b7a 100644 (file)
@@ -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