From: bangerth Date: Fri, 1 Jul 2011 15:13:15 +0000 (+0000) Subject: Fix typos. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1b5ff29335d9ac76404f09a2e65245a005c8ccf;p=dealii-svn.git Fix typos. git-svn-id: https://svn.dealii.org/trunk@23908 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/thread_management.h b/deal.II/include/deal.II/base/thread_management.h index 012151cdbb..677a17b32b 100644 --- a/deal.II/include/deal.II/base/thread_management.h +++ b/deal.II/include/deal.II/base/thread_management.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -1537,7 +1537,7 @@ namespace Threads * function of the * thread. Since this is only * available once the thread - * finishes, this implicitely + * finishes, this implicitly * also calls join(). */ RT return_value () @@ -3945,7 +3945,7 @@ namespace Threads return; // let TBB wait for the task to - // complete. + // complete. task_is_done = true; task->wait_for_all(); } @@ -4071,7 +4071,7 @@ namespace Threads * function of the * task. Since this is only * available once the task - * finishes, this implicitely + * finishes, this implicitly * also calls join(). */ RT return_value ()