From 739f2d7536ecf21e37be63e8781a943a971b8477 Mon Sep 17 00:00:00 2001 From: Erik van der Kouwe Date: Thu, 15 Jul 2010 14:47:08 +0000 Subject: [PATCH] Fix comment --- servers/vfs/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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