]> https://gitweb.dealii.org/ - dealii.git/commitdiff
address review comments
authorMatthias Maier <tamiko@43-1.org>
Tue, 26 May 2020 22:40:02 +0000 (17:40 -0500)
committerMatthias Maier <tamiko@43-1.org>
Wed, 27 May 2020 16:26:14 +0000 (11:26 -0500)
include/deal.II/base/thread_local_storage.h

index 90784d542f77ac783ae60d5c9e469b7b5897fff3..216def42fc75abb6916fd7c716ba688ac6dfc29e 100644 (file)
@@ -252,10 +252,10 @@ namespace Threads
 
     // Note that std::map<..>::emplace guarantees that no iterators or
     // references to stored objects are invalidated. We thus only have to
-    // ensure that we do not performa a lookup while writing, and that we
+    // ensure that we do not perform a lookup while writing, and that we
     // do not write concurrently. This is precisely the "reader-writer
     // lock" paradigm supported by C++14 by means of the std::shared_lock
-    // and th std::unique_lock
+    // and the std::unique_lock.
 
     {
       // Take a shared ("reader") lock for lookup and record the fact

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.