From 1c9eea2272e1df91dc533d980d6e8a1184392daa Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:31:57 -0500 Subject: [PATCH] spelling: destructor Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- mlx/array.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlx/array.cpp b/mlx/array.cpp index 0a7b52a94..a70cb43a0 100644 --- a/mlx/array.cpp +++ b/mlx/array.cpp @@ -129,7 +129,7 @@ array::ArrayDesc::ArrayDesc( } // Needed because the Primitive type used in array.h is incomplete and the -// compiler needs to see the call to the desctructor after the type is complete. +// compiler needs to see the call to the destructor after the type is complete. array::ArrayDesc::~ArrayDesc() = default; array::ArrayIterator::reference array::ArrayIterator::operator*() const {