mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
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.
This commit is contained in:
committed by
Jonathan Wakely
parent
3292ca9b08
commit
b8e39b4c33
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user