https://gcc.gnu.org/g:1b13ddd7e84a1b14d33b8adcdbb02553c80748b7

commit r17-1775-g1b13ddd7e84a1b14d33b8adcdbb02553c80748b7
Author: Jonathan Wakely <[email protected]>
Date:   Tue Jun 16 14:51:06 2026 +0100

    libstdc++: Fix comment typo in <bits/chrono.h>
    
    libstdc++-v3/ChangeLog:
    
            * include/bits/chrono.h (std::chrono_literals): Fix typo in
            comment.

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

diff --git a/libstdc++-v3/include/bits/chrono.h 
b/libstdc++-v3/include/bits/chrono.h
index cf8e7e84321d..8b62047f378c 100644
--- a/libstdc++-v3/include/bits/chrono.h
+++ b/libstdc++-v3/include/bits/chrono.h
@@ -1356,7 +1356,7 @@ _GLIBCXX_END_INLINE_ABI_NAMESPACE(_V2)
    * for example `1.5e2ms` might be equivalent to
    * `chrono::duration<long double, chrono::milli>(1.5e2)`.
    *
-   * @since C+14
+   * @since C++14
    * @ingroup chrono
    */
   inline namespace chrono_literals

Reply via email to