From 537a0e0a522123fd9e2938487d42e5c95ea4b640 Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Sun, 12 Oct 2008 16:09:12 +0000 Subject: [PATCH] fix typos --- Eigen/src/Core/Matrix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Eigen/src/Core/Matrix.h b/Eigen/src/Core/Matrix.h index 7f970a0c2..e129c6a7e 100644 --- a/Eigen/src/Core/Matrix.h +++ b/Eigen/src/Core/Matrix.h @@ -36,8 +36,8 @@ * * * \param _Scalar Numeric type, i.e. float, double, int - * \param _Rows Numer of rows, or \b Dynamic - * \param _Cols Number of columnss, or \b Dynamic + * \param _Rows Number of rows, or \b Dynamic + * \param _Cols Number of columns, or \b Dynamic * \param _StorageOrder Either RowMajor or ColMajor. The default is ColMajor. * \param _MaxRows Maximum number of rows. Defaults to \a _Rows. See note below. * \param _MaxCols Maximum number of columns. Defaults to \a _Cols. See note below.