From: heister Date: Thu, 24 Oct 2013 21:13:14 +0000 (+0000) Subject: typos X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0018dffdd81807750aece7e0a0e223198d8b7e74;p=dealii-svn.git typos git-svn-id: https://svn.dealii.org/trunk@31412 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 e0464b515d..a0d4418cfe 100644 --- a/deal.II/include/deal.II/base/thread_management.h +++ b/deal.II/include/deal.II/base/thread_management.h @@ -67,7 +67,7 @@ namespace Threads * This class is used instead of a true lock class when not using * multithreading. It allows to write programs such that they start new * threads and/or lock objects in multithreading mode, and use dummy thread - * management and synchronisation classes instead when running in + * management and synchronization classes instead when running in * single-thread mode. Specifically, the new_thread functions only * call the function but wait for it to return instead of running in on * another thread, and the mutices do nothing really. The only reason to @@ -226,7 +226,7 @@ namespace Threads * waiting for some other part of the program to reach a certain point * of execution), the constructor of this class throws an exception if * the count argument denoting the number of threads that need to - * be synchronised is not equal to one. + * be synchronized is not equal to one. * * @author Wolfgang Bangerth, 2001 */ @@ -1026,7 +1026,7 @@ namespace Threads * function based on the template * arguments, and whether the * second argument is a const or - * non-const class, dependening on + * non-const class, depending on * which the member function will * also me const or * non-const. There are @@ -1297,7 +1297,7 @@ namespace Threads * by having the descriptor keep * a pointer to itself and reset * it to zero once it is done -- - * effectly keeping the use + * effectively keeping the use * pointer above zero as long as * work is going on. * @@ -1732,7 +1732,7 @@ namespace Threads * having the descriptor keep a * pointer to itself and reset * it to zero once it is done - * -- effectly keeping the use + * -- effectively keeping the use * pointer above zero as long * as work is going on. */