https://gcc.gnu.org/g:29de9e1144a63a9a2cc5cc941a1bf0bea7b0c45c

commit r14-12693-g29de9e1144a63a9a2cc5cc941a1bf0bea7b0c45c
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.
    
    (cherry picked from commit 1b13ddd7e84a1b14d33b8adcdbb02553c80748b7)

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 a7157628a0a9..db9992b27896 100644
--- a/libstdc++-v3/include/bits/chrono.h
+++ b/libstdc++-v3/include/bits/chrono.h
@@ -1338,7 +1338,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