Source-Changes-HG archive

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

[src/trunk]: src/sys/kern fix typo



details:   https://anonhg.NetBSD.org/src/rev/d891af2db1ff
branches:  trunk
changeset: 824977:d891af2db1ff
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Jun 25 04:10:47 2017 +0000

description:
fix typo

diffstat:

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

diffs (27 lines):

diff -r 56a54b59977b -r d891af2db1ff sys/kern/kern_pax.c
--- a/sys/kern/kern_pax.c       Sun Jun 25 02:47:28 2017 +0000
+++ b/sys/kern/kern_pax.c       Sun Jun 25 04:10:47 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_pax.c,v 1.59 2017/05/06 21:34:51 joerg Exp $      */
+/*     $NetBSD: kern_pax.c,v 1.60 2017/06/25 04:10:47 snj Exp $        */
 
 /*
  * Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_pax.c,v 1.59 2017/05/06 21:34:51 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_pax.c,v 1.60 2017/06/25 04:10:47 snj Exp $");
 
 #include "opt_pax.h"
 
@@ -291,7 +291,7 @@
        sysctl_createv(clog, 0, &rnode, NULL,
                       CTLFLAG_PERMANENT|CTLFLAG_READWRITE,
                       CTLTYPE_INT, "debug",
-                      SYSCTL_DESCR("Pring ASLR selected addresses."),
+                      SYSCTL_DESCR("Print ASLR selected addresses."),
                       NULL, 0, &pax_aslr_debug, 0,
                       CTL_CREATE, CTL_EOL);
        sysctl_createv(clog, 0, &rnode, NULL,



Home | Main Index | Thread Index | Old Index