Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/cpuctl/arch kern/49379: Hypervisor's name typo



details:   https://anonhg.NetBSD.org/src/rev/11367f259625
branches:  trunk
changeset: 333619:11367f259625
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Nov 11 08:23:17 2014 +0000

description:
kern/49379: Hypervisor's name typo

diffstat:

 usr.sbin/cpuctl/arch/i386.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r fb4a34de0b6b -r 11367f259625 usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c       Tue Nov 11 08:10:02 2014 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c       Tue Nov 11 08:23:17 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i386.c,v 1.60 2014/11/07 05:37:05 msaitoh Exp $        */
+/*     $NetBSD: i386.c,v 1.61 2014/11/11 08:23:17 skrll Exp $  */
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: i386.c,v 1.60 2014/11/07 05:37:05 msaitoh Exp $");
+__RCSID("$NetBSD: i386.c,v 1.61 2014/11/11 08:23:17 skrll Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -1579,7 +1579,7 @@
                if (strncmp(hv_sig, "KVMKVMKVM", 9) == 0)
                        hv_name = "KVM";
                else if (strncmp(hv_sig, "Microsoft Hv", 12) == 0)
-                       hv_name = "Hypver-V";
+                       hv_name = "Hyper-V";
                else if (strncmp(hv_sig, "VMwareVMware", 12) == 0)
                        hv_name = "VMware";
                else if (strncmp(hv_sig, "XenVMMXenVMM", 12) == 0)



Home | Main Index | Thread Index | Old Index