From: Wolfgang Bangerth Date: Thu, 17 Nov 2022 04:51:27 +0000 (-0700) Subject: Fix a misspelling in a comment. X-Git-Tag: v9.5.0-rc1~845^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=294b85d4e97fe585573548b319e9b4f32b0b0980;p=dealii.git Fix a misspelling in a comment. --- diff --git a/include/deal.II/base/thread_local_storage.h b/include/deal.II/base/thread_local_storage.h index d7d5814fad..0fd58d5fc8 100644 --- a/include/deal.II/base/thread_local_storage.h +++ b/include/deal.II/base/thread_local_storage.h @@ -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 lock(insertion_mutex); return internal::construct_element(data, my_id, exemplar);