stl_map.h (class map): Add missing % in comment.

2005-08-29  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/stl_map.h (class map): Add missing % in comment.

From-SVN: r103610
This commit is contained in:
Paolo Carlini 2005-08-29 16:47:06 +00:00 committed by Paolo Carlini
parent 8b5f07a224
commit 76c6705ba8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-08-29 Paolo Carlini <pcarlini@suse.de>
* include/bits/stl_map.h (class map): Add missing % in comment.
2005-08-29 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/23578 (DR 464 [Ready])

View File

@ -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&