]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix typo in Doxygen comment
authorJonathan Wakely <jwakely@redhat.com>
Thu, 25 Apr 2024 12:52:00 +0000 (13:52 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 25 Apr 2024 17:38:43 +0000 (18:38 +0100)
libstdc++-v3/ChangeLog:

* include/std/chrono (tzdb_list): Fix typo in Doxygen comment.

libstdc++-v3/include/std/chrono

index 3a9751781d2b3d710b17d0a391c22849c98a3475..b0aadf83b03f019af3b6db7fb2ce2a06e2baec27 100644 (file)
@@ -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