Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Dec 2008 06:34:08 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r185547 - user/peter/kinfo/sys/sys
Message-ID:  <200812020634.mB26Y8Ao051076@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: peter
Date: Tue Dec  2 06:34:08 2008
New Revision: 185547
URL: http://svn.freebsd.org/changeset/base/185547

Log:
  Minor comment tweak.

Modified:
  user/peter/kinfo/sys/sys/user.h

Modified: user/peter/kinfo/sys/sys/user.h
==============================================================================
--- user/peter/kinfo/sys/sys/user.h	Tue Dec  2 06:30:58 2008	(r185546)
+++ user/peter/kinfo/sys/sys/user.h	Tue Dec  2 06:34:08 2008	(r185547)
@@ -310,7 +310,7 @@ struct kinfo_ofile {
 #endif
 
 struct kinfo_file {
-	int	kf_structsize;			/* Size of kinfo_file. */
+	int	kf_structsize;			/* Variable size of record. */
 	int	kf_type;			/* Descriptor type. */
 	int	kf_fd;				/* Array index. */
 	int	kf_ref_count;			/* Reference count. */
@@ -379,7 +379,7 @@ struct kinfo_ovmentry {
 #endif
 
 struct kinfo_vmentry {
-	int	 kve_structsize;		/* Size of kinfo_vmmapentry. */
+	int	 kve_structsize;		/* Variable size of record. */
 	int	 kve_type;			/* Type of map entry. */
 	uint64_t kve_start;			/* Starting address. */
 	uint64_t kve_end;			/* Finishing address. */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812020634.mB26Y8Ao051076>