Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Fix comment.



details:   https://anonhg.NetBSD.org/src/rev/c8a72715318f
branches:  trunk
changeset: 749884:c8a72715318f
user:      rmind <rmind%NetBSD.org@localhost>
date:      Sat Dec 12 00:24:57 2009 +0000

description:
Fix comment.

diffstat:

 sys/sys/sysctl.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 985ebb527349 -r c8a72715318f sys/sys/sysctl.h
--- a/sys/sys/sysctl.h  Fri Dec 11 22:37:39 2009 +0000
+++ b/sys/sys/sysctl.h  Sat Dec 12 00:24:57 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysctl.h,v 1.187 2009/09/16 15:23:05 pooka Exp $       */
+/*     $NetBSD: sysctl.h,v 1.188 2009/12/12 00:24:57 rmind Exp $       */
 
 /*
  * Copyright (c) 1989, 1993
@@ -552,7 +552,7 @@
        int32_t p_vm_dsize;             /* SEGSZ_T: data size (pages) */
        int32_t p_vm_ssize;             /* SEGSZ_T: stack size (pages) */
 
-       int64_t p_uvalid;               /* CHAR: following p_u* members from struct user are valid */
+       int64_t p_uvalid;               /* CHAR: following p_u* parameters are valid */
                                        /* XXX 64 bits for alignment */
        uint32_t p_ustart_sec;          /* STRUCT TIMEVAL: starting time. */
        uint32_t p_ustart_usec;         /* STRUCT TIMEVAL: starting time. */



Home | Main Index | Thread Index | Old Index