From 5da13610258d908e8ea51d044083b618b973f0c5 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Wed, 27 Sep 2000 11:33:31 +0000 Subject: [PATCH] Fix spelling of Katmai [Katami]. --- sys/amd64/amd64/identcpu.c | 2 +- sys/i386/i386/identcpu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index 8365b2f8f62..2b6d4846b2c 100644 --- a/sys/amd64/amd64/identcpu.c +++ b/sys/amd64/amd64/identcpu.c @@ -576,7 +576,7 @@ printcpuinfo(void) "\027" "\030MMX" /* MMX instructions */ "\031FXSR" /* FXSAVE/FXRSTOR */ - "\032XMM" /* Katami SIMD/MMX2 instructions */ + "\032XMM" /* Katmai SIMD/MMX2 instructions */ "\033" "\034" "\035" diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c index 8365b2f8f62..2b6d4846b2c 100644 --- a/sys/i386/i386/identcpu.c +++ b/sys/i386/i386/identcpu.c @@ -576,7 +576,7 @@ printcpuinfo(void) "\027" "\030MMX" /* MMX instructions */ "\031FXSR" /* FXSAVE/FXRSTOR */ - "\032XMM" /* Katami SIMD/MMX2 instructions */ + "\032XMM" /* Katmai SIMD/MMX2 instructions */ "\033" "\034" "\035"