summaryrefslogtreecommitdiffstats
path: root/ichspi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ichspi.c')
-rw-r--r--ichspi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ichspi.c b/ichspi.c
index 911f50ac1..0f1470d14 100644
--- a/ichspi.c
+++ b/ichspi.c
@@ -891,7 +891,7 @@ static int ich7_run_opcode(OPCODE op, uint32_t offset,
case 2:
/* Select second preop. */
temp16 |= SPIC_SPOP;
- /* And fall through. */
+ /* Fall through. */
case 1:
/* Atomic command (preop+op) */
temp16 |= SPIC_ACS;
@@ -1013,7 +1013,7 @@ static int ich9_run_opcode(OPCODE op, uint32_t offset,
case 2:
/* Select second preop. */
temp32 |= SSFC_SPOP;
- /* And fall through. */
+ /* Fall through. */
case 1:
/* Atomic command (preop+op) */
temp32 |= SSFC_ACS;