From: Wolfgang Bangerth Date: Mon, 5 Dec 2005 13:24:37 +0000 (+0000) Subject: Fix typos. X-Git-Tag: v8.0.0~12822 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bdb2b5a93e30b7fcf8c4d74fc2875388a883ea5;p=dealii.git Fix typos. git-svn-id: https://svn.dealii.org/trunk@11814 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 {