src: fix typo in node_mutex · nodejs/node@629e72e

Original file line numberDiff line numberDiff line change

@@ -32,7 +32,7 @@ class ExclusiveAccess {

3232
3333

class Scoped {

3434

public:

35-

// ExclusiveAccess will commonly be used in conjuction with std::shared_ptr

35+

// ExclusiveAccess will commonly be used in conjunction with std::shared_ptr

3636

// and without this constructor it's too easy to forget to keep a reference

3737

// around to the shared_ptr while operating on the ExclusiveAccess object.

3838

explicit Scoped(const std::shared_ptr<ExclusiveAccess>& shared)