Skip to content

Commit a581422

Browse files
committed
Fix incorrect comment
P4:7307208
1 parent c26b044 commit a581422

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/steamnetworkingsockets/clientlib/steamnetworkingsockets_p2p.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2874,7 +2874,7 @@ bool CSteamNetworkingSockets::InternalReceivedP2PSignal( const CMsgSteamNetworki
28742874
{
28752875
SteamDatagramErrMsg errMsg;
28762876

2877-
// Grab the lock now. (We might not have previously held it.)
2877+
// Caller must take the lock.
28782878
SteamNetworkingGlobalLock::AssertHeldByCurrentThread( "InternalReceivedP2PSignal" );
28792879

28802880
// Parse remote identity

0 commit comments

Comments
 (0)