]> 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:21:07 +0000 (09:21 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 6 Jun 2005 09:21:07 +0000 (09:21 +0000)
2005-06-06  Peter Doerfler  <doerfler@techinfo.rwth-aachen.de>

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

From-SVN: r100654

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

index 4f5d93516bdf3920daa2263a525480899725ffd6..2e1cdc03fbadc32bfb01658226f3b4a15d204d7e 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-05  Paolo Carlini  <pcarlini@suse.de>
 
        * acinclude.m4 ([GLIBCXX_ENABLE_C99]): Check clog, clogf, clogl
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.