From 76c6705ba84e8ed25f64ef01d4fbcda5cec92474 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Mon, 29 Aug 2005 16:47:06 +0000 Subject: [PATCH] stl_map.h (class map): Add missing % in comment. 2005-08-29 Paolo Carlini * include/bits/stl_map.h (class map): Add missing % in comment. From-SVN: r103610 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/include/bits/stl_map.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a69c4ce46fb..1a77d62665b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2005-08-29 Paolo Carlini + + * include/bits/stl_map.h (class map): Add missing % in comment. + 2005-08-29 Paolo Carlini PR libstdc++/23578 (DR 464 [Ready]) diff --git a/libstdc++-v3/include/bits/stl_map.h b/libstdc++-v3/include/bits/stl_map.h index 81bfc251ffa..6bb6d0f50c1 100644 --- a/libstdc++-v3/include/bits/stl_map.h +++ b/libstdc++-v3/include/bits/stl_map.h @@ -355,7 +355,7 @@ namespace _GLIBCXX_STD * @brief Access to %map data. * @param k The key for which data should be retrieved. * @return A reference to the data whose key is equivalent to k, if - * such a data is present in the map. + * such a data is present in the %map. * @throw std::out_of_range If no such data is present. */ mapped_type& -- 2.30.2