Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 8e86460

Browse files
Dragana Damjanovic dd.mozilla@gmail.comDragana Damjanovic dd.mozilla@gmail.com
authored andcommitted
Bug 1310197 - Fix comment.r=me
1 parent d83ce90 commit 8e86460

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nsprpub/pr/src/pthreads/ptio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2095,7 +2095,7 @@ static PRInt32 pt_TCP_SendTo(
20952095

20962096
#ifdef _PR_HAVE_SOCKADDR_LEN
20972097
// if _PR_HAVE_SOCKADDR_LEN is defined and it is PR_AF_INET6 we set family
2098-
/ to AF_INET6 and we set address length.
2098+
// to AF_INET6 and we set address length.
20992099
addrCopy = *addr;
21002100
((struct sockaddr*)&addrCopy)->sa_len = addr_len;
21012101
((struct sockaddr*)&addrCopy)->sa_family = md_af;

0 commit comments

Comments
 (0)