several wibbles:  added some missing types in function protos, some missing
comments, etc.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1685 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/README_MISSING_SYSCALL_OR_IOCTL b/README_MISSING_SYSCALL_OR_IOCTL
index 7678bb7..1e049e0 100644
--- a/README_MISSING_SYSCALL_OR_IOCTL
+++ b/README_MISSING_SYSCALL_OR_IOCTL
@@ -97,8 +97,8 @@
 
 
 3.  Add a case to the already-huge collection of wrappers in 
-    vg_syscall_mem.c.  For each in-memory parameter which is read or
-    written by the syscall, do one of
+    coregrind/vg_syscalls.c.  For each in-memory parameter which is 
+    read or written by the syscall, do one of
     
       SYSCALL_TRACK( pre_mem_read, ... )
       SYSCALL_TRACK( pre_mem_read_asciiz, ... )