From b471161f28e13b41fdc847f441de04ab3aadbfe8 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 31 Mar 2011 10:02:02 +0200 Subject: fix typo and remove unused declaration. --- Eigen/src/Core/SelfAdjointView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/Core/SelfAdjointView.h') diff --git a/Eigen/src/Core/SelfAdjointView.h b/Eigen/src/Core/SelfAdjointView.h index 0e9872bf5..4bb90c373 100644 --- a/Eigen/src/Core/SelfAdjointView.h +++ b/Eigen/src/Core/SelfAdjointView.h @@ -38,7 +38,7 @@ * with given dense storage of the coefficients. It is the return type of MatrixBase::selfadjointView() * and most of the time this is the only way that it is used. * - * \sa class TriangularBase, MatrixBase::selfAdjointView() + * \sa class TriangularBase, MatrixBase::selfadjointView() */ namespace internal { -- cgit v1.2.3