From 6fd696962ee2e2ac6d9c10b9768324a2c40ce96e Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Mon, 19 Aug 2002 20:26:45 +0000 Subject: [PATCH] The comments for PR_ConnectContinue incorrectly referred to PR_GetConnectStatus. git-svn-id: svn://10.0.0.236/trunk@127635 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/nsprpub/pr/include/prio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/nsprpub/pr/include/prio.h b/mozilla/nsprpub/pr/include/prio.h index 29da231440b..bab22b15bbe 100644 --- a/mozilla/nsprpub/pr/include/prio.h +++ b/mozilla/nsprpub/pr/include/prio.h @@ -1240,7 +1240,7 @@ NSPR_API(PRStatus) PR_Connect( * PR_Poll() * RETURN: PRStatus * If the nonblocking connect has successfully completed, - * PR_GetConnectStatus returns PR_SUCCESS. If PR_GetConnectStatus() + * PR_ConnectContinue returns PR_SUCCESS. If PR_ConnectContinue() * returns PR_FAILURE, call PR_GetError(): * - PR_IN_PROGRESS_ERROR: the nonblocking connect is still in * progress and has not completed yet. The caller should poll