libstdc++-v3/ChangeLog:
* include/bits/chrono.h (std::chrono_literals): Fix typo in
comment.
---
Pushed to trunk.
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
--
2.54.0