From 090519acd43e61c8656e11cd05f691d0751fde7f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 1 Jul 2011 15:13:15 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://svn.dealii.org/trunk@23908 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/thread_management.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 () -- 2.39.5