]> gcc.gnu.org Git - gcc.git/commitdiff
stl_map.h (class map): Add missing % in comment.
authorPaolo Carlini <pcarlini@suse.de>
Mon, 29 Aug 2005 16:47:06 +0000 (16:47 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 29 Aug 2005 16:47:06 +0000 (16:47 +0000)
2005-08-29  Paolo Carlini  <pcarlini@suse.de>

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

From-SVN: r103610

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_map.h

index a69c4ce46fb9fd2c635a2ef3b2bb9bb195d2af7b..1a77d62665bad8da48d6561e9eea92233440ccd8 100644 (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])
index 81bfc251fface03a2810c35b801691a290e51058..6bb6d0f50c12c3bf48318aec2b30dd8baccb4699 100644 (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&
This page took 0.06593 seconds and 5 git commands to generate.