Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/sys Typo in comment - no functional change, no...



details:   https://anonhg.NetBSD.org/src/rev/9c01364e6217
branches:  pgoyette-compat
changeset: 321033:9c01364e6217
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Mar 15 11:57:14 2018 +0000

description:
Typo in comment - no functional change, no version bump

diffstat:

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

diffs (18 lines):

diff -r 70346cd79ea8 -r 9c01364e6217 sys/sys/param.h
--- a/sys/sys/param.h   Thu Mar 15 11:17:54 2018 +0000
+++ b/sys/sys/param.h   Thu Mar 15 11:57:14 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.557.2.1 2018/03/15 09:12:07 pgoyette Exp $ */
+/*     $NetBSD: param.h,v 1.557.2.2 2018/03/15 11:57:14 pgoyette Exp $ */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -87,7 +87,7 @@
 #define        NetBSD  199905          /* NetBSD version (year & month). */
 
 /*
- * There macros determine if we are running in protected mode or not.
+ * These macros determine if we are running in protected mode or not.
  *   _HARDKERNEL: code uses kernel namespace and runs in hw priviledged mode
  *   _SOFTKERNEL: code uses kernel namespace but runs without hw priviledges
  */



Home | Main Index | Thread Index | Old Index