diff options
Diffstat (limited to 'hurd/process.defs')
-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; |