提交 64c47374 创建 作者: rsc's avatar rsc

make code match comment

上级 19b42cc0
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论