From 94eeae4b28278383f62fb0eadc29ff590fe47796 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:43:30 -0500 Subject: [PATCH] spelling: positively Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- mlx/ops.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlx/ops.cpp b/mlx/ops.cpp index ffed3942e..1787cbd95 100644 --- a/mlx/ops.cpp +++ b/mlx/ops.cpp @@ -478,7 +478,7 @@ array slice( // If strides are negative, slice and then make a copy with axes flipped if (negatively_strided_axes.size() > 0) { - // First, take the slice of the positvely strided axes + // First, take the slice of the positively strided axes auto out = array( out_shape, a.dtype(),