summaryrefslogtreecommitdiff
path: root/board/nucleo-h743zi/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/nucleo-h743zi/board.c')
-rw-r--r--board/nucleo-h743zi/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/nucleo-h743zi/board.c b/board/nucleo-h743zi/board.c
index f1493658aa..c69a456425 100644
--- a/board/nucleo-h743zi/board.c
+++ b/board/nucleo-h743zi/board.c
@@ -60,7 +60,7 @@ static void board_init(void)
gpio_enable_interrupt(GPIO_PCH_SLP_S0_L);
/*
- * Enable the SPI slave interface if the PCH is up.
+ * Enable the SPI peripheral interface if the PCH is up.
* Do not use hook_call_deferred(), because ap_deferred() will be
* called after tasks with priority higher than HOOK task (very late).
*/