svn commit: r185547 - user/peter/kinfo/sys/sys

Peter Wemm peter at FreeBSD.org
Mon Dec 1 22:34:08 PST 2008


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. */


More information about the svn-src-user mailing list