@@ -28,9 +28,9 @@ interface Routine {
2828 * @param N - number of indexed elements
2929 * @param order - sort order
3030 * @param x - first input array
31- * @param strideX - `x` stride length
31+ * @param strideX - stride length for `x`
3232 * @param y - second input array
33- * @param strideY - `y` stride length
33+ * @param strideY - stride length for `y`
3434 * @returns `x`
3535 *
3636 * @example
@@ -55,11 +55,11 @@ interface Routine {
5555 * @param N - number of indexed elements
5656 * @param order - sort order
5757 * @param x - first input array
58- * @param strideX - `x` stride length
59- * @param offsetX - `x` starting index
58+ * @param strideX - stride length for `x`
59+ * @param offsetX - starting index for `x`
6060 * @param y - second input array
61- * @param strideY - `y` stride length
62- * @param offsetY - `y` starting index
61+ * @param strideY - stride length for `y`
62+ * @param offsetY - starting index for `y`
6363 * @returns `x`
6464 *
6565 * @example
@@ -85,9 +85,9 @@ interface Routine {
8585* @param N - number of indexed elements
8686* @param order - sort order
8787* @param x - first input array
88- * @param strideX - `x` stride length
88+ * @param strideX - stride length for `x`
8989* @param y - second input array
90- * @param strideY - `y` stride length
90+ * @param strideY - stride length for `y`
9191* @returns `x`
9292*
9393* @example
0 commit comments