make code match comment
This commit is contained in:
parent
19b42cc078
commit
64c4737477
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
// Fetch the nth word-sized system call argument as a file descriptor
|
||||
// and return both the descriptor and the corresponding struct file.
|
||||
static int
|
||||
argfd(int argno, int *pfd, struct file **pf)
|
||||
argfd(int n, int *pfd, struct file **pf)
|
||||
{
|
||||
int fd;
|
||||
struct file *f;
|
||||
|
|
Loading…
Reference in a new issue