From 068060949b0d664435df1c27cd2ea16b826da653 Mon Sep 17 00:00:00 2001 From: msaitoh Date: Fri, 7 Jul 2023 04:37:03 +0000 Subject: [PATCH] Modify comment. No functional change. --- usr.sbin/tprof/arch/tprof_x86.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/usr.sbin/tprof/arch/tprof_x86.c b/usr.sbin/tprof/arch/tprof_x86.c index 1f6b64f34d0d..a943ec42593e 100644 --- a/usr.sbin/tprof/arch/tprof_x86.c +++ b/usr.sbin/tprof/arch/tprof_x86.c @@ -1,4 +1,4 @@ -/* $NetBSD: tprof_x86.c,v 1.17 2023/04/12 02:15:51 msaitoh Exp $ */ +/* $NetBSD: tprof_x86.c,v 1.18 2023/07/07 04:37:03 msaitoh Exp $ */ /* * Copyright (c) 2018-2019 The NetBSD Foundation, Inc. @@ -570,10 +570,10 @@ init_intel_generic(void) break; case 0x4e: /* Skylake */ case 0x5e: /* Skylake */ - case 0x8e: /* Kabylake */ - case 0x9e: /* Kabylake */ - case 0xa5: /* Cometlake */ - case 0xa6: /* Cometlake */ + case 0x8e: /* Kaby Lake */ + case 0x9e: /* Kaby Lake */ + case 0xa5: /* Comet Lake */ + case 0xa6: /* Comet Lake */ table->next = init_intel_skylake_kabylake(); break; }