]> Devi Nivas Git - cs3210-lab0.git/commitdiff
make code match comment
authorrsc <rsc>
Mon, 27 Aug 2007 23:53:50 +0000 (23:53 +0000)
committerrsc <rsc>
Mon, 27 Aug 2007 23:53:50 +0000 (23:53 +0000)
syscall.c

index 695873f6e952218beb4b1fd34da454515b498568..2a037d1d22f250ecbe73cb5c550890ce5ca7abe6 100644 (file)
--- a/syscall.c
+++ b/syscall.c
@@ -40,7 +40,7 @@ fetchstr(struct proc *p, uint addr, char **pp)
   return -1;
 }
 
-// Fetch the argno'th 32-bit system call argument.
+// Fetch the nth 32-bit system call argument.
 int
 argint(int n, int *ip)
 {