We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09c076 commit 2fb69f6Copy full SHA for 2fb69f6
code/dynamix/domain.cpp
@@ -825,7 +825,7 @@ class domain::impl {
825
// before waiting on the unique_lock
826
// it may seem to be a good idea to lock earlier, but this should be very very rare
827
// we're willing to risk dropping materialized types every once in a blue moon
828
- // for the benefint of holding the unique_lock for as short amount of time as possible
+ // for the benefit of holding the unique_lock for as short amount of time as possible
829
// in any case we can disregard res.second and just register the query
830
// (the query may also be the same as the one from the previous thread,
831
// but the code below is safe in such a case)
0 commit comments