summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/parallel/losertree.h
diff options
context:
space:
mode:
authorsingler <singler@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-16 11:02:15 +0000
committersingler <singler@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-16 11:02:15 +0000
commit08429a60125ca7b8c59d2db6893bbb0785dd9608 (patch)
tree04f6ff7b1ed71556ddff51e7a66e723b614488ea /libstdc++-v3/include/parallel/losertree.h
parent977cdd3340b6a8f42cefd20b9f739123d690c9fb (diff)
downloadppe42-gcc-08429a60125ca7b8c59d2db6893bbb0785dd9608.tar.gz
ppe42-gcc-08429a60125ca7b8c59d2db6893bbb0785dd9608.zip
2009-09-16 Johannes Singler <singler@ira.uka.de>
* include/parallel/base.h (_PseudoSequenceIterator, _PseudoSequence): Replace redundant _Self. * include/parallel/iterator.h (_IteratorPair, _IteratorTriple): Replace redundant _Self. * include/parallel/algo.h: Correct accidental _Self in comments. * include/parallel/losertree.h: Likewise. * include/parallel/multiway_merge.h: Likewise. * include/parallel/random_shuffle.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151743 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/parallel/losertree.h')
-rw-r--r--libstdc++-v3/include/parallel/losertree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/parallel/losertree.h b/libstdc++-v3/include/parallel/losertree.h
index b9810257232..b98608d8034 100644
--- a/libstdc++-v3/include/parallel/losertree.h
+++ b/libstdc++-v3/include/parallel/losertree.h
@@ -50,7 +50,7 @@ namespace __gnu_parallel
* inf is not needed due to a better initialization routine. This
* is a well-performing variant.
*
- * @param _Tp the element _Self
+ * @param _Tp the element type
* @param _Compare the comparator to use, defaults to std::less<_Tp>
*/
template<typename _Tp, typename _Compare>
OpenPOWER on IntegriCloud