Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/tprof/arch Fix typo in a comment.



details:   https://anonhg.NetBSD.org/src/rev/74207e9be3a9
branches:  trunk
changeset: 1009221:74207e9be3a9
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Fri Apr 17 03:15:50 2020 +0000

description:
Fix typo in a comment.

diffstat:

 usr.sbin/tprof/arch/tprof_x86.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 61f1ac56431b -r 74207e9be3a9 usr.sbin/tprof/arch/tprof_x86.c
--- a/usr.sbin/tprof/arch/tprof_x86.c   Fri Apr 17 02:21:25 2020 +0000
+++ b/usr.sbin/tprof/arch/tprof_x86.c   Fri Apr 17 03:15:50 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tprof_x86.c,v 1.9 2019/10/11 18:05:52 jmcneill Exp $   */
+/*     $NetBSD: tprof_x86.c,v 1.10 2020/04/17 03:15:50 knakahara Exp $ */
 
 /*
  * Copyright (c) 2018-2019 The NetBSD Foundation, Inc.
@@ -550,7 +550,7 @@
                        table->next = init_intel_silvermont_airmont();
                        break;
                case 0x5C: /* Goldmont (Apollo Lake) */
-               case 0x5F: /* Goldmont (Denvertion) */
+               case 0x5F: /* Goldmont (Denverton) */
                        table->next = init_intel_goldmont();
                        break;
                case 0x7A: /* Goldmont Plus (Gemini Lake) */



Home | Main Index | Thread Index | Old Index