Skip to content

Commit eb9118a

Browse files
corrected discontinued and changed it to discontinuous (#732)
1 parent 7347b9d commit eb9118a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocprim/include/rocprim/block/block_discontinuity.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
BEGIN_ROCPRIM_NAMESPACE
3636

3737
/// \brief The \p block_discontinuity class is a block level parallel primitive which provides
38-
/// methods for flagging items that are discontinued within an ordered set of items across
38+
/// methods for flagging items that are discontinuous within an ordered set of items across
3939
/// threads in a block.
4040
///
4141
/// \tparam T the input type.

0 commit comments

Comments
 (0)