]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a misspelling in a comment. 14439/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 17 Nov 2022 04:51:27 +0000 (21:51 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 17 Nov 2022 04:51:27 +0000 (21:51 -0700)
include/deal.II/base/thread_local_storage.h

index d7d5814fad45cbf91f6b5095c78c25211ce3f51d..0fd58d5fc8e54648b9db10ab1f2a87743babf5a7 100644 (file)
@@ -437,7 +437,7 @@ namespace Threads
 
     {
       // Take a unique ("writer") lock for manipulating the std::map. This
-      // lock ensures that no other threat does a lookup at the same time.
+      // lock ensures that no other thread does a lookup at the same time.
       std::unique_lock<decltype(insertion_mutex)> lock(insertion_mutex);
 
       return internal::construct_element(data, my_id, exemplar);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.