From 962f0859d7ea53394f5837735554c0cb2ff91a43 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 11 May 2025 20:55:40 -0600 Subject: [PATCH] Fix a typo. --- include/deal.II/lac/sparse_matrix_ez.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /** -- 2.39.5