From: guido Date: Thu, 3 Oct 2002 08:30:36 +0000 (+0000) Subject: minor doc change X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e566d36a60c5f3f78f5154d093b6479851e0b09d;p=dealii-svn.git minor doc change git-svn-id: https://svn.dealii.org/trunk@6597 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/block_sparsity_pattern.h b/deal.II/lac/include/lac/block_sparsity_pattern.h index 304e73d5b4..4e794dd8b9 100644 --- a/deal.II/lac/include/lac/block_sparsity_pattern.h +++ b/deal.II/lac/include/lac/block_sparsity_pattern.h @@ -119,8 +119,7 @@ class BlockSparsityPatternBase : public Subscriptor /** * Resize the matrix. This - * deletes all previously - * existant blocks and replaces + * deletes all blocks and replaces * them by unitialized ones, * i.e. ones for which also the * sizes are not yet set. You