diff --git a/RandBLAS/sparse_data/base.hh b/RandBLAS/sparse_data/base.hh index 883f0cc0..22bc6086 100644 --- a/RandBLAS/sparse_data/base.hh +++ b/RandBLAS/sparse_data/base.hh @@ -131,7 +131,7 @@ static inline void sorted_nonzero_locations_to_pointer_array( /// .. code:: c++ /// /// ~SpMat() { -/// if (this-own_memory) { +/// if (this->own_memory) { /// delete [] this->vals; /// // ... class-specific code ... /// }