Skip to content

Commit

Permalink
Format comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan committed Jul 30, 2021
1 parent a38a0ea commit 8fda75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/jaeger/src/udp_transport.cc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void UDPTransport::InitSocket()
return;
}

/* Confirm that the WinSock DLL supports 2.2. */
/* Confirm that the WinSock DLL supports 2.2. */
/* Note that if the DLL supports versions greater */
/* than 2.2 in addition to 2.2, it will still return */
/* 2.2 in wVersion since that is the version we */
Expand Down

0 comments on commit 8fda75b

Please sign in to comment.