diff --git a/gtsam/linear/JacobianFactor.h b/gtsam/linear/JacobianFactor.h index 7873799c0..1ca54ef1f 100644 --- a/gtsam/linear/JacobianFactor.h +++ b/gtsam/linear/JacobianFactor.h @@ -128,7 +128,7 @@ namespace gtsam { virtual void permuteWithInverse(const Permutation& inversePermutation); /** - * return the number of columns in the corresponding linear system + * return the number of rows in the corresponding linear system */ size_t rows() const { return Ab_.rows(); }