summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2023-07-07 04:37:03 +0000
committermsaitoh <msaitoh@NetBSD.org>2023-07-07 04:37:03 +0000
commit8eb86fb3bc0ef1c6c8e5ff573026ff372d2d0818 (patch)
treedd79552a882c6dad2efee916b946f2ccc2fc4ce4
parent136e07d5af886c7cfdb9099d4d597cfeab37ee5c (diff)
Modify comment. No functional change.
-rw-r--r--usr.sbin/tprof/arch/tprof_x86.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/tprof/arch/tprof_x86.c b/usr.sbin/tprof/arch/tprof_x86.c
index 1f6b64f34d0..a943ec42593 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;
}