Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf typo in comment



details:   https://anonhg.NetBSD.org/src/rev/4f1fb86bb8ef
branches:  trunk
changeset: 943301:4f1fb86bb8ef
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Aug 30 11:16:17 2020 +0000

description:
typo in comment

diffstat:

 sys/arch/amd64/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2bb793a94b41 -r 4f1fb86bb8ef sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sun Aug 30 11:15:05 2020 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sun Aug 30 11:16:17 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.577 2020/08/17 20:43:13 christos Exp $
+# $NetBSD: GENERIC,v 1.578 2020/08/30 11:16:17 dholland Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.577 $"
+#ident         "GENERIC-$Revision: 1.578 $"
 
 maxusers       64              # estimated number of users
 
@@ -78,7 +78,7 @@
 options        SVS             # Separate Virtual Space
 options        PCPU_IDT        # Per CPU IDTs
 
-# GCC Spectre variant 2 migitation
+# GCC Spectre variant 2 mitigation
 makeoptions    SPECTRE_V2_GCC_MITIGATION=1
 options        SPECTRE_V2_GCC_MITIGATION
 



Home | Main Index | Thread Index | Old Index