diff options
Diffstat (limited to 'sys/miscfs/procfs/procfs_mem.c')
-rw-r--r-- | sys/miscfs/procfs/procfs_mem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/procfs/procfs_mem.c b/sys/miscfs/procfs/procfs_mem.c index 5625678411c9..5184f4734430 100644 --- a/sys/miscfs/procfs/procfs_mem.c +++ b/sys/miscfs/procfs/procfs_mem.c @@ -37,7 +37,7 @@ * * @(#)procfs_mem.c 8.5 (Berkeley) 6/15/94 * - * $Id: procfs_mem.c,v 1.29 1998/02/04 22:32:49 eivind Exp $ + * $Id: procfs_mem.c,v 1.30 1998/02/06 12:13:41 eivind Exp $ */ /* @@ -299,7 +299,7 @@ procfs_domem(curp, p, pfs, uio) /* * Given process (p), find the vnode from which - * it's text segment is being executed. + * its text segment is being executed. * * It would be nice to grab this information from * the VM system, however, there is no sure-fire |