summaryrefslogtreecommitdiff
path: root/core/minute-ia/interrupts.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/minute-ia/interrupts.h')
-rw-r--r--core/minute-ia/interrupts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/minute-ia/interrupts.h b/core/minute-ia/interrupts.h
index c878a90968..1685fdc51a 100644
--- a/core/minute-ia/interrupts.h
+++ b/core/minute-ia/interrupts.h
@@ -2,7 +2,7 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
- * Registers map and defintions for mIA LM2 processor
+ * Registers map and definitions for mIA LM2 processor
*/
#ifndef __CROS_EC_IA32_INTERRUPTS_H
@@ -39,7 +39,7 @@ typedef struct {
/* Default flags setting for entries in the IDT.
* 7 - Present bit
- * 6:5 - Descriptor privilage level
+ * 6:5 - Descriptor privilege level
* 4 - Storage segment (0 for interrupt gate)
* 3:0 - Gate type (1110 = Interrupt gate)
*/