summaryrefslogtreecommitdiffstats
path: root/include/rpc
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2006-04-29 04:26:16 +0000
committerume <ume@FreeBSD.org>2006-04-29 04:26:16 +0000
commitca7df9cd78eee8ff0798235b7d017b26c97edfab (patch)
tree927d3f951a141c801f07b2be289ceb960879ca7a /include/rpc
parente56faa8cbea137c2c640b953d9642b6a3a32d9e5 (diff)
downloadFreeBSD-src-ca7df9cd78eee8ff0798235b7d017b26c97edfab.zip
FreeBSD-src-ca7df9cd78eee8ff0798235b7d017b26c97edfab.tar.gz
English grammar fix in comment.
Submitted by: keramida
Diffstat (limited to 'include/rpc')
-rw-r--r--include/rpc/rpcent.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/rpc/rpcent.h b/include/rpc/rpcent.h
index 64858b1..876b488 100644
--- a/include/rpc/rpcent.h
+++ b/include/rpc/rpcent.h
@@ -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);
OpenPOWER on IntegriCloud