Al's system call -> kernel call renaming

This commit is contained in:
Ben Gras
2005-10-14 08:58:59 +00:00
parent abd0b53e0a
commit 32514fb5f9
27 changed files with 57 additions and 57 deletions

View File

@@ -1,7 +1,7 @@
/* The system call implemented in this file:
/* The kernel call implemented in this file:
* m_type: SYS_FORK
*
* The parameters for this system call are:
* The parameters for this kernel call are:
* m1_i1: PR_PROC_NR (child's process table slot)
* m1_i2: PR_PPROC_NR (parent, process that forked)
*/