]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix comment
authorErik van der Kouwe <erik@minix3.org>
Thu, 15 Jul 2010 14:47:08 +0000 (14:47 +0000)
committerErik van der Kouwe <erik@minix3.org>
Thu, 15 Jul 2010 14:47:08 +0000 (14:47 +0000)
servers/vfs/misc.c

index f22c4137298a69d5207fae42cb9387a733df649e..620db3c1c9ef2b922b839c61798533d051fe270c 100644 (file)
@@ -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