From 4bdb2b5a93e30b7fcf8c4d74fc2875388a883ea5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 5 Dec 2005 13:24:37 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://svn.dealii.org/trunk@11814 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/compressed_sparsity_pattern.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/source/compressed_sparsity_pattern.cc b/deal.II/lac/source/compressed_sparsity_pattern.cc index 651da4e91f..d29e837cd5 100644 --- a/deal.II/lac/source/compressed_sparsity_pattern.cc +++ b/deal.II/lac/source/compressed_sparsity_pattern.cc @@ -27,13 +27,13 @@ const unsigned int CompressedSparsityPattern::Line::cache_size; // This function was originally inlined, because it was called very -// often without any need, because cache_entries==0. Onn the other +// often without any need, because cache_entries==0. On the other // hand, it is very long and causes linker warnings on certain // systems. // Therefore, we require now, that the caller checks if this function // is necessary and only calls it, if it is actually used. Since it is -// it called less often, it ies removed from the inlined section. +// it called less often, it is removed from the inlined section. void CompressedSparsityPattern::Line::flush_cache () const { -- 2.39.5