From: Erik van der Kouwe Date: Thu, 15 Jul 2010 14:47:08 +0000 (+0000) Subject: Fix comment X-Git-Tag: v3.1.8~226 X-Git-Url: http://zhaoyanbai.com/repos/man.rndc.conf.html?a=commitdiff_plain;h=739f2d7536ecf21e37be63e8781a943a971b8477;p=minix.git Fix comment --- diff --git a/servers/vfs/misc.c b/servers/vfs/misc.c index f22c41372..620db3c1c 100644 --- a/servers/vfs/misc.c +++ b/servers/vfs/misc.c @@ -8,7 +8,7 @@ * do_sync: perform the SYNC system call * do_fsync: perform the FSYNC system call * do_reboot: sync disks and prepare for shutdown - * do_fork: adjust the tables after PM has performed a FORK system call + * pm_fork: adjust the tables after PM has performed a FORK system call * do_exec: handle files with FD_CLOEXEC on after PM has done an EXEC * do_exit: a process has exited; note that in the tables * do_set: set uid or gid for some process