From 294b85d4e97fe585573548b319e9b4f32b0b0980 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 16 Nov 2022 21:51:27 -0700 Subject: [PATCH] Fix a misspelling in a comment. --- include/deal.II/base/thread_local_storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5