English grammar fix in comment.

Submitted by:	keramida
This commit is contained in:
Hajimu UMEMOTO 2006-04-29 04:26:16 +00:00
parent 2fb5ab2f0c
commit 0e3a96aae0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158138

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);