summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/stl_function.h
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-06 09:21:07 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-06 09:21:07 +0000
commit732f1cf03eb903e461b9424d6c0f01ca780fa805 (patch)
tree439ea6234571bc7f0b54248680726624495f7cf1 /libstdc++-v3/include/bits/stl_function.h
parent072aca7ab2bb2b268ec5ff1e07c937e24000305d (diff)
downloadgcc-732f1cf03eb903e461b9424d6c0f01ca780fa805.tar.gz
2005-06-06 Peter Doerfler <doerfler@techinfo.rwth-aachen.de>
* include/bits/stl_function.h: Fix typo in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100654 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/bits/stl_function.h')
-rw-r--r--libstdc++-v3/include/bits/stl_function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/stl_function.h b/libstdc++-v3/include/bits/stl_function.h
index 74ddcce9d8b..e72d7c1c276 100644
--- a/libstdc++-v3/include/bits/stl_function.h
+++ b/libstdc++-v3/include/bits/stl_function.h
@@ -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.