summaryrefslogtreecommitdiff
path: root/util/openocd/npcx_cmds.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'util/openocd/npcx_cmds.tcl')
-rw-r--r--util/openocd/npcx_cmds.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/openocd/npcx_cmds.tcl b/util/openocd/npcx_cmds.tcl
index a21b804997..579aa3834e 100644
--- a/util/openocd/npcx_cmds.tcl
+++ b/util/openocd/npcx_cmds.tcl
@@ -82,7 +82,7 @@ proc flash_npcx_ro {chip_name image_dir image_offset} {
# Halt CPU first
halt
- # diable MPU for Data RAM
+ # disable MPU for Data RAM
mww $MPU_RNR 0x1
mww $MPU_RASR 0x0
@@ -109,7 +109,7 @@ proc flash_npcx_all {chip_name image_dir image_offset} {
# Halt CPU first
halt
- # diable MPU for Data RAM
+ # disable MPU for Data RAM
mww $MPU_RNR 0x1
mww $MPU_RASR 0x0