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/4816f9b92c9a
branches:  trunk
changeset: 930914:4816f9b92c9a
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 9117fe2fc27d -r 4816f9b92c9a 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