diff options
Diffstat (limited to 'libstdc++-v3/include/parallel/partition.h')
-rw-r--r-- | libstdc++-v3/include/parallel/partition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/parallel/partition.h b/libstdc++-v3/include/parallel/partition.h index 3c2917f0e2a..790685bf0a5 100644 --- a/libstdc++-v3/include/parallel/partition.h +++ b/libstdc++-v3/include/parallel/partition.h @@ -102,7 +102,7 @@ namespace __gnu_parallel difference_type thread_left, thread_left_border, thread_right, thread_right_border; thread_left = left + 1; - // Just to satify the condition below. + // Just to satisfy the condition below. thread_left_border = thread_left - 1; thread_right = n - 1; thread_right_border = thread_right + 1; |