Skip to content
Snippets Groups Projects
Commit 64c47374 authored by rsc's avatar rsc
Browse files

make code match comment

parent 19b42cc0
Branches
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment