aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2024-04-25 13:52:00 +0100
committerJonathan Wakely <jwakely@redhat.com>2024-05-14 10:50:49 +0100
commitebc61a9c4c730bf5562db25b1fcc06d615e33e66 (patch)
tree48b71d8d12bdfb74a2da60b7482ce6f6c0c85f6a /libstdc++-v3
parentbce15a5d7d2c4053b8d5e718f00db8eb20116cb6 (diff)
libstdc++: Fix typo in Doxygen comment
libstdc++-v3/ChangeLog: * include/std/chrono (tzdb_list): Fix typo in Doxygen comment. (cherry picked from commit 6391cf8bd9c1d71805d9aba00b25fdaa550f39c8)
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/include/std/chrono2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/chrono b/libstdc++-v3/include/std/chrono
index edb782f6f10..1f3f897d932 100644
--- a/libstdc++-v3/include/std/chrono
+++ b/libstdc++-v3/include/std/chrono
@@ -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