make code match comment

This commit is contained in:
rsc 2007-08-27 23:53:17 +00:00
parent 19b42cc078
commit 64c4737477

View file

@ -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;