diff --git a/mlx/backend/metal/utils.h b/mlx/backend/metal/utils.h index 6fa08e42a..378850802 100644 --- a/mlx/backend/metal/utils.h +++ b/mlx/backend/metal/utils.h @@ -18,7 +18,7 @@ void set_array_buffer( auto offset = a.data() - static_cast(const_cast(a_buf)->contents()); enc->setBuffer(a_buf, offset, idx); - // MTL::Resource usage through argument buffer needs to be explicity + // MTL::Resource usage through argument buffer needs to be explicitly // flagged to enable hazard tracking compute_encoder->useResource(a_buf, MTL::ResourceUsageRead); }