]> 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>
Tue, 14 May 2024 09:50:49 +0000 (10:50 +0100)
libstdc++-v3/ChangeLog:

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

(cherry picked from commit 6391cf8bd9c1d71805d9aba00b25fdaa550f39c8)

libstdc++-v3/include/std/chrono

index edb782f6f10e6f6782beadda14f9c5510d3a9801..1f3f897d932a593fd3ba1b902a80ad86695779d7 100644 (file)
@@ -2790,7 +2790,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