English grammar fix in comment.
Submitted by: keramida
This commit is contained in:
parent
e56faa8cbe
commit
ca7df9cd78
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user