From 52770bf8849da711dadb30ef5097ab850eaf761f Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 22 May 2008 03:34:30 +0000 Subject: [PATCH] Fix a couple of typos. git-svn-id: https://svn.dealii.org/trunk@16166 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/multigrid/mg_dof_handler.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/source/multigrid/mg_dof_handler.cc b/deal.II/deal.II/source/multigrid/mg_dof_handler.cc index 18aa95055e..03f935e065 100644 --- a/deal.II/deal.II/source/multigrid/mg_dof_handler.cc +++ b/deal.II/deal.II/source/multigrid/mg_dof_handler.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -1086,11 +1086,11 @@ MGDoFHandler::begin_active_hex (const unsigned int level) const - // We can't ask the respective tria->-function here, as + // We can't ask the respective tria-function here, as // that would include dereferencing a past-the-end iterator // which is not allowed. Therefore we have to repeat the // code from tria.cc - // This is valid for all functions whisch return past the + // This is valid for all functions that return past the // end iterators, namely all functions end_*() template typename MGDoFHandler::raw_line_iterator -- 2.39.5