summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMartin Roth <martinroth@chromium.org>2016-10-24 16:32:19 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-11-15 17:41:53 -0800
commit897ce78bddb26557a686ab9e756fcf3d6c121271 (patch)
treeedde864d756a6e1133808118b8ae90c323ed4ade /core
parent64b57efebdb311126f3daaa97d49443308507b76 (diff)
downloadchrome-ec-897ce78bddb26557a686ab9e756fcf3d6c121271.tar.gz
Fix various misspellings in comments
No functional changes. BUG=none BRANCH=none TEST=make buildall passes Change-Id: Ie852feb8e3951975d99dce5a49c17f5f0e8bc791 Signed-off-by: Martin Roth <martinroth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/403417 Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
Diffstat (limited to 'core')
-rw-r--r--core/cortex-m/cpu.h2
-rw-r--r--core/minute-ia/cpu.h2
-rw-r--r--core/minute-ia/interrupts.h4
-rw-r--r--core/nds32/cpu.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/core/cortex-m/cpu.h b/core/cortex-m/cpu.h
index 2951f4b5e0..07e1c4b543 100644
--- a/core/cortex-m/cpu.h
+++ b/core/cortex-m/cpu.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 Cortex-MLM4x processor
+ * Registers map and definitions for Cortex-MLM4x processor
*/
#ifndef __CROS_EC_CPU_H
diff --git a/core/minute-ia/cpu.h b/core/minute-ia/cpu.h
index d2046fccb7..859a192dcf 100644
--- a/core/minute-ia/cpu.h
+++ b/core/minute-ia/cpu.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_CPU_H
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)
*/
diff --git a/core/nds32/cpu.h b/core/nds32/cpu.h
index ada87cf716..2246ec7f77 100644
--- a/core/nds32/cpu.h
+++ b/core/nds32/cpu.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 Andes cores
+ * Registers map and definitions for Andes cores
*/
#ifndef __CROS_EC_CPU_H