]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
stl_function.h: Fix typo in comment.
authorPeter Doerfler <doerfler@techinfo.rwth-aachen.de>
Mon, 6 Jun 2005 09:24:30 +0000 (09:24 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 6 Jun 2005 09:24:30 +0000 (09:24 +0000)
2005-06-06  Peter Doerfler  <doerfler@techinfo.rwth-aachen.de>

* include/bits/stl_function.h: Fix typo in comment.

From-SVN: r100655

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

index 1ce47435528d753a0561047c78146866331d6237..81e6fb5fe521434396f71f043ea994e10bcd9133 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-06  Peter Doerfler  <doerfler@techinfo.rwth-aachen.de>
+
+       * include/bits/stl_function.h: Fix typo in comment.
+
 2005-06-02  Nathan Sidwell  <nathan@codesourcery.com>
 
        PR c++/21280
index 74ddcce9d8bfa2fe7370950bed0d74997e5402c0..e72d7c1c2765efb8db892bfa1d9ff2e6b17b741c 100644 (file)
@@ -88,7 +88,7 @@ namespace std
    *  \endcode
    *  The addition and negation functions will be inlined directly.
    *
-   *  The standard functiors are derived from structs named @c unary_function
+   *  The standard functors are derived from structs named @c unary_function
    *  and @c binary_function.  These two classes contain nothing but typedefs,
    *  to aid in generic (template) programming.  If you write your own
    *  functors, you might consider doing the same.