Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Fix typx in comment



details:   https://anonhg.NetBSD.org/src/rev/7ca36046576f
branches:  trunk
changeset: 341179:7ca36046576f
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Oct 23 01:58:43 2015 +0000

description:
Fix typx in comment

diffstat:

 sys/kern/kern_sysctl.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cd8383ed50d5 -r 7ca36046576f sys/kern/kern_sysctl.c
--- a/sys/kern/kern_sysctl.c    Fri Oct 23 01:34:22 2015 +0000
+++ b/sys/kern/kern_sysctl.c    Fri Oct 23 01:58:43 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_sysctl.c,v 1.257 2015/08/24 22:50:32 pooka Exp $  */
+/*     $NetBSD: kern_sysctl.c,v 1.258 2015/10/23 01:58:43 pgoyette Exp $       */
 
 /*-
  * Copyright (c) 2003, 2007, 2008 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_sysctl.c,v 1.257 2015/08/24 22:50:32 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_sysctl.c,v 1.258 2015/10/23 01:58:43 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_defcorename.h"
@@ -798,7 +798,7 @@
 
        /*
         * the name must be only alphanumerics or - or _, longer than
-        * 0 bytes and less that SYSCTL_NAMELEN
+        * 0 bytes and less than SYSCTL_NAMELEN
         */
        nsz = 0;
        while (nsz < SYSCTL_NAMELEN && nnode.sysctl_name[nsz] != '\0') {



Home | Main Index | Thread Index | Old Index