summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/parallel/numeric
diff options
context:
space:
mode:
authorJohannes Singler <singler@ira.uka.de>2007-09-17 12:58:07 +0000
committerJohannes Singler <singler@gcc.gnu.org>2007-09-17 12:58:07 +0000
commita3e6b31a0fad8aef97b90c0063286307feb11784 (patch)
treee16f2fd24fbf946a5ac6fa15d99b56a77df92def /libstdc++-v3/include/parallel/numeric
parentd483feaa8419e6385fa5a2cfdfef47779dd56284 (diff)
downloadgcc-a3e6b31a0fad8aef97b90c0063286307feb11784.tar.gz
for_each.h: Fixed comment/doxygen markup typos.
2007-09-17 Johannes Singler <singler@ira.uka.de> * include/parallel/for_each.h: Fixed comment/doxygen markup typos. * include/parallel/base.h: Same. * include/parallel/numeric: Same. * include/parallel/quicksort.h: Same. * include/parallel/compiletime_settings.h: Same. * include/parallel/random_shuffle.h: Same. * include/parallel/balanced_quicksort.h: Same. * include/parallel/tree.h: Same. * include/parallel/settings.h: Same. * include/parallel/search.h: Same. * include/parallel/partition.h: Same. * include/parallel/partial_sum.h: Same. From-SVN: r128545
Diffstat (limited to 'libstdc++-v3/include/parallel/numeric')
-rw-r--r--libstdc++-v3/include/parallel/numeric2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/parallel/numeric b/libstdc++-v3/include/parallel/numeric
index 3209a58a3e6..4d71b8f1588 100644
--- a/libstdc++-v3/include/parallel/numeric
+++ b/libstdc++-v3/include/parallel/numeric
@@ -31,7 +31,7 @@
/**
* @file parallel/numeric
*
- * @brief Parallel STL fucntion calls corresponding to stl_numeric.h.
+ * @brief Parallel STL function calls corresponding to stl_numeric.h.
* The functions defined here mainly do case switches and
* call the actual parallelized versions in other files.
* Inlining policy: Functions that basically only contain one function call,