summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-08-19 20:26:45 +0000
committerwtc%netscape.com <devnull@localhost>2002-08-19 20:26:45 +0000
commit417a56f9be4b3c0088820edc10126fa48c86dde2 (patch)
treea315bf4926ecf59cba73498ad4848c4f91d3b1b0
parentaaac447c880684db51c149fd8e90e1be88e824c9 (diff)
downloadnspr-hg-417a56f9be4b3c0088820edc10126fa48c86dde2.tar.gz
The comments for PR_ConnectContinue incorrectly referred to
PR_GetConnectStatus.
-rw-r--r--pr/include/prio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/include/prio.h b/pr/include/prio.h
index 29da2314..bab22b15 100644
--- a/pr/include/prio.h
+++ b/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