summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2021-03-18 11:24:09 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2021-03-19 23:55:24 +0100
commitc3b928d7c626e5692f7c544f23b5ae39cdc1a8db (patch)
tree0fe9b1390ce9f059b1c2ef2b9caeb553ee3b584b
parentab13268c5026cd0c5e047081611772364b2a1393 (diff)
fsys_init: Document that the proc port is for the task itself
-rw-r--r--hurd/fsys.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/fsys.defs b/hurd/fsys.defs
index 286da703..20f36974 100644
--- a/hurd/fsys.defs
+++ b/hurd/fsys.defs
@@ -107,7 +107,7 @@ routine fsys_getpriv (
out fstask: mach_port_send_t);
/* This is called by the startup translator to provide the bootstrap filesystem
- with proc and auth ports. */
+ with the process_t port for its own task, and an auth port. */
routine fsys_init (
fsys: fsys_t;
sreplyport reply_port: sreply_port_t;