Fixed typos.

This commit is contained in:
Joel Sherrill
1999-07-30 17:28:11 +00:00
parent a2cc7b7fb4
commit aa9eb94058
4 changed files with 8 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
/*
* cpu.c - This file contains implementation of C function to
* Instanciate IDT entries. More detailled information can be found
* instantiate IDT entries. More detailled information can be found
* on Intel site and more precisely in the following book :
*
* Pentium Processor familly
* Pentium Processor family
* Developper's Manual
*
* Volume 3 : Architecture and Programming Manual

View File

@@ -1,9 +1,9 @@
/*
* cpu.c - This file contains implementation of C function to
* Instanciate IDT entries. More detailled information can be found
* instantiate IDT entries. More detailled information can be found
* on Intel site and more precisely in the following book :
*
* Pentium Processor familly
* Pentium Processor family
* Developper's Manual
*
* Volume 3 : Architecture and Programming Manual

View File

@@ -39,8 +39,8 @@ SYM (checkCPUtypeSetCr0):
*/
movl $3, SYM (x86)
/*
* Start using the EFAGS AC bit determination method described in
* the book mentionned above page 5.1. If this bit can be set we
* Start using the EFLAGS AC bit determination method described in
* the book mentioned above page 5.1. If this bit can be set we
* have a 486 or above.
*/
pushfl /* save EFLAGS */

View File

@@ -1,9 +1,9 @@
/*
* cpu.c - This file contains implementation of C function to
* Instanciate IDT entries. More detailled information can be found
* instantiate IDT entries. More detailled information can be found
* on Intel site and more precisely in the following book :
*
* Pentium Processor familly
* Pentium Processor family
* Developper's Manual
*
* Volume 3 : Architecture and Programming Manual