diff mbox series

[committed] libstdc++: Fix typo in Doxygen comment

Message ID 20240425174438.2559056-1-jwakely@redhat.com
State New
Headers show
Series [committed] libstdc++: Fix typo in Doxygen comment | expand

Commit Message

Jonathan Wakely April 25, 2024, 5:44 p.m. UTC
Tested x86_64-linux, and docs regenerated. Pushed to trunk.

-- >8 --

libstdc++-v3/ChangeLog:

	* include/std/chrono (tzdb_list): Fix typo in Doxygen comment.
---
 libstdc++-v3/include/std/chrono | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libstdc++-v3/include/std/chrono b/libstdc++-v3/include/std/chrono
index 3a9751781d2..b0aadf83b03 100644
--- a/libstdc++-v3/include/std/chrono
+++ b/libstdc++-v3/include/std/chrono
@@ -2780,7 +2780,7 @@  _GLIBCXX_BEGIN_NAMESPACE_VERSION
 
       /** Remove the tzdb object _after_ the one the iterator refers to.
        *
-       * Calling this function concurently with any of `front()`, `begin()`,
+       * Calling this function concurrently with any of `front()`, `begin()`,
        * or `end()` does not cause a data race, but in general this function
        * is not thread-safe. The behaviour may be undefined if erasing an
        * element from the list while another thread is calling the same