aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/parallel-for.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/parallel-for.h')
-rw-r--r--gdbsupport/parallel-for.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbsupport/parallel-for.h b/gdbsupport/parallel-for.h
index 173fe98..406c440 100644
--- a/gdbsupport/parallel-for.h
+++ b/gdbsupport/parallel-for.h
@@ -136,7 +136,7 @@ parallel_for_each (unsigned n, RandomIt first, RandomIt last,
}
/* A sequential drop-in replacement of parallel_for_each. This can be useful
- when debugging multi-threading behaviour, and you want to limit
+ when debugging multi-threading behavior, and you want to limit
multi-threading in a fine-grained way. */
template<class RandomIt, class RangeFunction>