We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f4901 commit 629e72eCopy full SHA for 629e72e
src/node_mutex.h
@@ -32,7 +32,7 @@ class ExclusiveAccess {
32
33
class Scoped {
34
public:
35
- // ExclusiveAccess will commonly be used in conjuction with std::shared_ptr
+ // ExclusiveAccess will commonly be used in conjunction with std::shared_ptr
36
// and without this constructor it's too easy to forget to keep a reference
37
// around to the shared_ptr while operating on the ExclusiveAccess object.
38
explicit Scoped(const std::shared_ptr<ExclusiveAccess>& shared)
0 commit comments