diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-20 21:44:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-20 21:44:43 +0000 |
commit | a5a3263f95f0eccce534fad404ee6209b7265900 (patch) | |
tree | d548dad279f87cc909ea2533e1d499be2cf044e5 /usr.bin/rpcgen | |
parent | 17bc93e62b91bebb15bd643b86245d272a6e8377 (diff) |
defintion -> definition;
Diffstat (limited to 'usr.bin/rpcgen')
-rw-r--r-- | usr.bin/rpcgen/rpc_svcout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rpcgen/rpc_svcout.c b/usr.bin/rpcgen/rpc_svcout.c index 8962ca2fd39..2052c9e2b57 100644 --- a/usr.bin/rpcgen/rpc_svcout.c +++ b/usr.bin/rpcgen/rpc_svcout.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rpc_svcout.c,v 1.21 2003/08/16 23:09:40 deraadt Exp $ */ +/* $OpenBSD: rpc_svcout.c,v 1.22 2005/10/20 21:44:42 jmc Exp $ */ /* $NetBSD: rpc_svcout.c,v 1.7 1995/06/24 14:59:59 pk Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -282,7 +282,7 @@ write_programs(storage) } /* write out definition of internal function (e.g. _printmsg_1(...)) - which calls server's defintion of actual function (e.g. printmsg_1(...)). + which calls server's definition of actual function (e.g. printmsg_1(...)). Unpacks single user argument of printmsg_1 to call-by-value format expected by printmsg_1. */ static void |