Skip to content

Commit 2fb69f6

Browse files
committed
minor: typo
1 parent b09c076 commit 2fb69f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/dynamix/domain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ class domain::impl {
825825
// before waiting on the unique_lock
826826
// it may seem to be a good idea to lock earlier, but this should be very very rare
827827
// 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
828+
// for the benefit of holding the unique_lock for as short amount of time as possible
829829
// in any case we can disregard res.second and just register the query
830830
// (the query may also be the same as the one from the previous thread,
831831
// but the code below is safe in such a case)

0 commit comments

Comments
 (0)