From 956cac58fcc3b027b90694f1a724f92f84ac3e76 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:29:32 -0500 Subject: [PATCH] spelling: consider Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- mlx/fft.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlx/fft.cpp b/mlx/fft.cpp index 6cb33048d..96d0424ab 100644 --- a/mlx/fft.cpp +++ b/mlx/fft.cpp @@ -45,7 +45,7 @@ array fft_impl( throw std::invalid_argument(msg.str()); } - // In the following shape manipulations there are three cases to consdier: + // In the following shape manipulations there are three cases to consider: // 1. In a complex to complex transform (fftn / ifftn) the output // and input shapes are the same. // 2. In a real to complex transform (rfftn) n specifies the input dims