Skip to content

Commit cb55dbb

Browse files
committed
Fix typo 'defne' -> 'define'.
1 parent 9d04bfd commit cb55dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/single-source/SortIntPyramids.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ let pyramidTemplate: [Int] = (1...pH) + (1...pH).reversed()
3737
// A^R - reversed array A, + - array concatenation operator,
3838
// A indices are in range 1...A.length.
3939
// define adjacent pyramid as A + A^R + A + A^R,
40-
// defne adjacent pyramid height as A[A.length].
40+
// define adjacent pyramid height as A[A.length].
4141

4242

4343
// On 25% of following dataset stdlib sorting function will use heapSort.

0 commit comments

Comments
 (0)