[committed] libstdc++: Fix comment typo in bits/chrono_io.h

Jonathan Wakely jwakely@redhat.com
Mon Jun 29 19:18:26 GMT 2026


libstdc++-v3/ChangeLog:

	* include/bits/chrono_io.h: Fix comment typo.
---

Pushed to trunk.

 libstdc++-v3/include/bits/chrono_io.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/include/bits/chrono_io.h b/libstdc++-v3/include/bits/chrono_io.h
index f8bb485d165b..dba96759b1b5 100644
--- a/libstdc++-v3/include/bits/chrono_io.h
+++ b/libstdc++-v3/include/bits/chrono_io.h
@@ -3358,7 +3358,7 @@ namespace __format
 		__cd._M_zone_abbrev = *__zt._M_abbrev;
 	      else
 		{
-		  // TODO: use resize_for_override
+		  // TODO: use resize_and_overwrite
 		  __zone_store.resize(__zt._M_abbrev->size());
 		  auto& __ct = use_facet<ctype<_CharT>>(_M_f._M_locale(__fc));
 		  __ct.widen(__zt._M_abbrev->data(),
-- 
2.54.0



More information about the Libstdc++ mailing list