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 {