From: Reza Rastak Date: Thu, 25 Apr 2019 08:04:49 +0000 (-0700) Subject: small fix X-Git-Tag: v9.1.0-rc1~176^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7962%2Fhead;p=dealii.git small fix --- diff --git a/include/deal.II/lac/generic_linear_algebra.h b/include/deal.II/lac/generic_linear_algebra.h index e3974dfa11..6d345f0592 100644 --- a/include/deal.II/lac/generic_linear_algebra.h +++ b/include/deal.II/lac/generic_linear_algebra.h @@ -211,7 +211,7 @@ namespace LinearAlgebraTrilinos using BlockSparseMatrix = TrilinosWrappers::BlockSparseMatrix; /** - * Typedef for thei type used for compressed block sparsity pattern. + * Typedef for the type used for compressed block sparsity pattern. */ using BlockCompressedSparsityPattern = TrilinosWrappers::BlockSparsityPattern;