diff options
author | Miles Bader <miles@gnu.org> | 1995-03-06 20:25:14 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-03-06 20:25:14 +0000 |
commit | 04a009b295258b3208977aabee7d7b08eda6a01b (patch) | |
tree | 1a469061cdbfc1033a37d45059ad17b5bda582eb /hurd | |
parent | f54f74174b43a35555c8db47e3a26b6a09791046 (diff) |
Doc fix.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/process.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/process.defs b/hurd/process.defs index 5ce7b3d6..4540b0c5 100644 --- a/hurd/process.defs +++ b/hurd/process.defs @@ -167,7 +167,7 @@ routine proc_get_arg_locations ( out argv: vm_address_t; out envp: vm_address_t); -/* Fetch the message ports of a set of processes */ +/* Fetch the message port of a process */ routine proc_getmsgport ( process: process_t; sreplyport reply_port: sreply_port_t; |