提交 773159fb 创建 作者: rsc's avatar rsc

make code match comment

上级 3a2310f7
...@@ -40,7 +40,7 @@ fetchstr(struct proc *p, uint addr, char **pp) ...@@ -40,7 +40,7 @@ fetchstr(struct proc *p, uint addr, char **pp)
return -1; return -1;
} }
// Fetch the argno'th 32-bit system call argument. // Fetch the nth 32-bit system call argument.
int int
argint(int n, int *ip) argint(int n, int *ip)
{ {
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论