Commit 5380bc7e by Peter Doerfler Committed by Paolo Carlini

stl_function.h: Fix typo in comment.

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

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

From-SVN: r100654
parent c8891bef
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> 2005-06-05 Paolo Carlini <pcarlini@suse.de>
* acinclude.m4 ([GLIBCXX_ENABLE_C99]): Check clog, clogf, clogl * acinclude.m4 ([GLIBCXX_ENABLE_C99]): Check clog, clogf, clogl
......
...@@ -88,7 +88,7 @@ namespace std ...@@ -88,7 +88,7 @@ namespace std
* \endcode * \endcode
* The addition and negation functions will be inlined directly. * 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, * and @c binary_function. These two classes contain nothing but typedefs,
* to aid in generic (template) programming. If you write your own * to aid in generic (template) programming. If you write your own
* functors, you might consider doing the same. * functors, you might consider doing the same.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment