diff --git a/dune/common/fvector.hh b/dune/common/fvector.hh index c89725192ea2e1dd643609a1cac1271cb776adf9..a028cd2480afc1a6fdee8bda4133d6256b52bd3a 100644 --- a/dune/common/fvector.hh +++ b/dune/common/fvector.hh @@ -126,10 +126,10 @@ namespace Dune { {} /** - * \brief Constructor making vector with identical coordinates + * \brief Copy constructor from a second vector of possibly different type * - * If the DenseVector type of the this constructors argument - * is impemented by a FieldVector, it is statically checked + * If the DenseVector type of the this constructor's argument + * is implemented by a FieldVector, it is statically checked * if it has the correct size. If this is not the case * the constructor is removed from the overload set using SFINAE. *