fix comment iff -> if
This commit is contained in:
parent
d9803a148e
commit
1becd174de
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: xdr_rec.c,v 1.27 2006/10/15 16:14:46 christos Exp $ */
|
||||
/* $NetBSD: xdr_rec.c,v 1.28 2008/08/17 09:26:45 rtr Exp $ */
|
||||
|
||||
/*
|
||||
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
|
||||
|
@ -35,7 +35,7 @@
|
|||
static char *sccsid = "@(#)xdr_rec.c 1.21 87/08/11 Copyr 1984 Sun Micro";
|
||||
static char *sccsid = "@(#)xdr_rec.c 2.2 88/08/01 4.0 RPCSRC";
|
||||
#else
|
||||
__RCSID("$NetBSD: xdr_rec.c,v 1.27 2006/10/15 16:14:46 christos Exp $");
|
||||
__RCSID("$NetBSD: xdr_rec.c,v 1.28 2008/08/17 09:26:45 rtr Exp $");
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -493,7 +493,7 @@ xdrrec_skiprecord(xdrs)
|
|||
|
||||
/*
|
||||
* Look ahead fuction.
|
||||
* Returns TRUE iff there is no more input in the buffer
|
||||
* Returns TRUE if there is no more input in the buffer
|
||||
* after consuming the rest of the current record.
|
||||
*/
|
||||
bool_t
|
||||
|
|
Loading…
Reference in New Issue