Skip to content

Commit 936180a

Browse files
committed
[libc++][NFC] Fix typo in comment
1 parent c449460 commit 936180a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__algorithm/pstl_backend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ implemented, all the algorithms will eventually forward to the basis algorithms
140140
temlate <class _ExecutionPolicy, class _Iterator>
141141
optional<__iter_value_type<_Iterator>> __pstl_reduce(_Backend, _Iterator __first, _Iterator __last);
142142
143-
template <class _ExecuitonPolicy, class _Iterator, class _Tp>
143+
template <class _ExecutionPolicy, class _Iterator, class _Tp>
144144
optional<__iter_diff_t<_Iterator>> __pstl_count(_Backend, _Iterator __first, _Iterator __last, const _Tp& __value);
145145
146146
template <class _ExecutionPolicy, class _Iterator, class _Predicate>

0 commit comments

Comments
 (0)