summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1999-10-20 23:19:31 +0000
committerwtc%netscape.com <devnull@localhost>1999-10-20 23:19:31 +0000
commitecf1320c7d9d5aa235388152ee4626fc25b3e51e (patch)
tree31970fb2ef3fc4412e8331fdc0fd243b66af4b58
parent1ec4172bb83037e8e950c14cdfbf1c4370268652 (diff)
downloadnspr-hg-ecf1320c7d9d5aa235388152ee4626fc25b3e51e.tar.gz
Made comments match code.
-rw-r--r--pr/src/misc/prnetdb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pr/src/misc/prnetdb.c b/pr/src/misc/prnetdb.c
index 283cfd89..f55c47da 100644
--- a/pr/src/misc/prnetdb.c
+++ b/pr/src/misc/prnetdb.c
@@ -1022,8 +1022,7 @@ PR_IMPLEMENT(PRStatus) PR_StringToNetAddr(const char *string, PRNetAddr *addr)
if ((PRUint32) -1 == addr->inet.ip)
{
/*
- * Either the af argument is not AF_INET, or the string argument
- * is a malformed address string.
+ * The string argument is a malformed address string.
*/
PR_SetError(PR_INVALID_ARGUMENT_ERROR, 0);
status = PR_FAILURE;