Skip to content

Commit 981e31e

Browse files
committed
typo
1 parent 5899e2c commit 981e31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CilkSort.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ cilkSort' anyVal src =
9090
!src'' = A.allocScratch len anyVal cilkSortInplace src' in
9191
src''
9292

93-
-- finally, the top-level merge sort function
93+
-- finally, the top-level cilksort function
9494
{-@ cilkSort :: { xs:(A.Array a) | left xs == 0 && right xs == size xs }
9595
-> { ys:_ | toBag xs == toBag ys && isSorted' ys &&
9696
A.size xs == A.size ys && token xs == token ys } @-}

0 commit comments

Comments
 (0)