Module Name: src
Committed By: pgoyette
Date: Thu Mar 15 11:57:14 UTC 2018
Modified Files:
src/sys/sys [pgoyette-compat]: param.h
Log Message:
Typo in comment - no functional change, no version bump
To generate a diff of this commit:
cvs rdiff -u -r1.557.2.1 -r1.557.2.2 src/sys/sys/param.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.557.2.1 src/sys/sys/param.h:1.557.2.2
--- src/sys/sys/param.h:1.557.2.1 Thu Mar 15 09:12:07 2018
+++ src/sys/sys/param.h Thu Mar 15 11:57:14 2018
@@ -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
*/