drivers: clock_control: stm32h7: fix comment mistake 'bansk'
Change comment word 'bansk' to 'banks'.
Signed-off-by: Oliver Yang <cameledyang@pm.me>
diff --git a/drivers/clock_control/clock_stm32_ll_h7.c b/drivers/clock_control/clock_stm32_ll_h7.c
index 6576582..6c6251c 100644
--- a/drivers/clock_control/clock_stm32_ll_h7.c
+++ b/drivers/clock_control/clock_stm32_ll_h7.c
@@ -327,7 +327,7 @@
ARG_UNUSED(dev);
- /* Both cores can access bansk by following LL API */
+ /* Both cores can access banks by following LL API */
/* Using "_Cn_" LL API would restrict access to one or the other */
z_stm32_hsem_lock(CFG_HW_RCC_SEMID, HSEM_LOCK_DEFAULT_RETRY);
switch (pclken->bus) {
@@ -376,7 +376,7 @@
ARG_UNUSED(dev);
- /* Both cores can access bansk by following LL API */
+ /* Both cores can access banks by following LL API */
/* Using "_Cn_" LL API would restrict access to one or the other */
z_stm32_hsem_lock(CFG_HW_RCC_SEMID, HSEM_LOCK_DEFAULT_RETRY);
switch (pclken->bus) {