This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] Fix typo in comment


Hi,

committed to mainline and 4_0.

Paolo.

/////////////////
2005-06-06  Peter Doerfler  <doerfler@techinfo.rwth-aachen.de>

	* include/bits/stl_function.h: Fix typo in comment.
Index: stl_function.h
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/include/bits/stl_function.h,v
retrieving revision 1.18
diff -u -r1.18 stl_function.h
--- stl_function.h	8 Feb 2004 04:46:42 -0000	1.18
+++ stl_function.h	6 Jun 2005 09:18:17 -0000
@@ -88,7 +88,7 @@
    *  \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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]