Skip to content

Commit

Permalink
Fix copy/paste mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Jul 27, 2024
1 parent 038e01d commit d217e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/eventcore/driver.d
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ interface EventDriverSockets {
---
scope storage = new UnknownAddress;
scope sockaddr = new RefAddress(storage.name, storage.nameLen);
eventDriver.sockets.getLocalAddress(sock, sockaddr);
eventDriver.sockets.getRemoteAddress(sock, sockaddr);
---
*/
bool getRemoteAddress(SocketFD sock, scope RefAddress dst);
Expand Down

0 comments on commit d217e5c

Please sign in to comment.