English grammar fix in comment.

Submitted by:	keramida
This commit is contained in:
ume 2006-04-29 04:26:16 +00:00
parent e56faa8cbe
commit ca7df9cd78

View File

@ -53,7 +53,10 @@ struct rpcent {
};
__BEGIN_DECLS
/* These interfaces are currently implemented through nsswitch and MT-safe */
/*
* These interfaces are currently implemented through nsswitch and are
* MT-safe.
*/
extern struct rpcent *getrpcbyname(char *);
extern struct rpcent *getrpcbynumber(int);
extern struct rpcent *getrpcent(void);