diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index 8365b2f8f62e..2b6d4846b2c2 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 8365b2f8f62e..2b6d4846b2c2 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"