Skip to content

Commit b0f8f8d

Browse files
tniessentargos
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 ac59022 commit b0f8f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)