summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libbsp/i386/shared/irq/idt.c4
-rw-r--r--c/src/lib/libcpu/i386/cpu.c4
-rw-r--r--c/src/lib/libcpu/i386/cpuModel.S4
-rw-r--r--c/src/lib/libcpu/i386/idt.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/i386/shared/irq/idt.c b/c/src/lib/libbsp/i386/shared/irq/idt.c
index 5f44bd0d2b..96eb0ba97f 100644
--- a/c/src/lib/libbsp/i386/shared/irq/idt.c
+++ b/c/src/lib/libbsp/i386/shared/irq/idt.c
@@ -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
diff --git a/c/src/lib/libcpu/i386/cpu.c b/c/src/lib/libcpu/i386/cpu.c
index 5f44bd0d2b..96eb0ba97f 100644
--- a/c/src/lib/libcpu/i386/cpu.c
+++ b/c/src/lib/libcpu/i386/cpu.c
@@ -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
diff --git a/c/src/lib/libcpu/i386/cpuModel.S b/c/src/lib/libcpu/i386/cpuModel.S
index aaace8af9f..c11802a192 100644
--- a/c/src/lib/libcpu/i386/cpuModel.S
+++ b/c/src/lib/libcpu/i386/cpuModel.S
@@ -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 */
diff --git a/c/src/lib/libcpu/i386/idt.c b/c/src/lib/libcpu/i386/idt.c
index 5f44bd0d2b..96eb0ba97f 100644
--- a/c/src/lib/libcpu/i386/idt.c
+++ b/c/src/lib/libcpu/i386/idt.c
@@ -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