summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-04-01 05:03:37 +0000
committerwtc%netscape.com <devnull@localhost>1999-04-01 05:03:37 +0000
commitee787e1dc1730219009016137e8f9de22b9667ed (patch)
tree34dc7033df6a793f93c3fdce280fba8a2027ce47
parent7792436bcd68386243a188ff624e85e6dafc5481 (diff)
downloadnspr-hg-ee787e1dc1730219009016137e8f9de22b9667ed.tar.gz
Fixed an error in the comments. (Bugzilla bug #346002)
Modified files: prsocket.c, ptio.c
-rw-r--r--pr/src/io/prsocket.c2
-rw-r--r--pr/src/pthreads/ptio.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/pr/src/io/prsocket.c b/pr/src/io/prsocket.c
index 43395aaa..59078b71 100644
--- a/pr/src/io/prsocket.c
+++ b/pr/src/io/prsocket.c
@@ -1167,7 +1167,7 @@ PR_IMPLEMENT(const PRIOMethods*) PR_GetUDPMethods()
static const PRIOMethods* PR_GetSocketPollFdMethods()
{
return &socketpollfdMethods;
-} /* PR_GetUDPMethods */
+} /* PR_GetSocketPollFdMethods */
PR_IMPLEMENT(PRFileDesc*) PR_Socket(PRInt32 domain, PRInt32 type, PRInt32 proto)
diff --git a/pr/src/pthreads/ptio.c b/pr/src/pthreads/ptio.c
index 8972834a..1b4c9203 100644
--- a/pr/src/pthreads/ptio.c
+++ b/pr/src/pthreads/ptio.c
@@ -2842,7 +2842,7 @@ PR_IMPLEMENT(const PRIOMethods*) PR_GetUDPMethods()
static const PRIOMethods* PR_GetSocketPollFdMethods()
{
return &_pr_socketpollfd_methods;
-} /* PR_GetUDPMethods */
+} /* PR_GetSocketPollFdMethods */
PR_IMPLEMENT(PRFileDesc*) PR_AllocFileDesc(
PRInt32 osfd, const PRIOMethods *methods)