Skip to content

Commit 629e72e

Browse files
tniessenMylesBorins
authored andcommitted
src: fix typo in node_mutex
PR-URL: #38011 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent b6f4901 commit 629e72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/node_mutex.h

+1-1
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)

0 commit comments

Comments
 (0)