Correct spelling of 3DNow!.

This commit is contained in:
David E. O'Brien 2006-08-01 01:23:39 +00:00
parent b5ff091431
commit a4755e0e13
2 changed files with 4 additions and 4 deletions

View file

@ -296,8 +296,8 @@ printcpuinfo(void)
"\034RDTSCP" /* RDTSCP */
"\035<b28>" /* Undefined */
"\036LM" /* 64 bit long mode */
"\0373DNow+" /* AMD 3DNow! Extensions */
"\0403DNow" /* AMD 3DNow! */
"\0373DNow!+" /* AMD 3DNow! Extensions */
"\0403DNow!" /* AMD 3DNow! */
);
}

View file

@ -815,8 +815,8 @@ printcpuinfo(void)
"\034RDTSCP" /* RDTSCP */
"\035<b28>" /* Undefined */
"\036LM" /* 64 bit long mode */
"\0373DNow+" /* AMD 3DNow! Extensions */
"\0403DNow" /* AMD 3DNow! */
"\0373DNow!+" /* AMD 3DNow! Extensions */
"\0403DNow!" /* AMD 3DNow! */
);
}