From: Wolfgang Bangerth Date: Mon, 12 May 2025 02:55:40 +0000 (-0600) Subject: Fix a typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=962f0859d7ea53394f5837735554c0cb2ff91a43;p=dealii.git Fix a typo. --- diff --git a/include/deal.II/lac/sparse_matrix_ez.h b/include/deal.II/lac/sparse_matrix_ez.h index e3e72197f4..ad166a60a2 100644 --- a/include/deal.II/lac/sparse_matrix_ez.h +++ b/include/deal.II/lac/sparse_matrix_ez.h @@ -163,7 +163,7 @@ public: */ unsigned short length; /** - * Position of the diagonal element relative tor the start index. + * Position of the diagonal element relative to the start index. */ unsigned short diagonal; /**