Skip to content

Commit 703313a

Browse files
committed
soc: st: stm32: fix spelling of "corresponding"
s/correspending/corresponding/ Signed-off-by: Benjamin Cabé <[email protected]>
1 parent abb2333 commit 703313a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/st/stm32/common/stm32_wkup_pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ int stm32_pwr_wkup_pin_cfg_gpio(const struct gpio_dt_spec *gpio)
275275
}
276276

277277
if (!found_gpio) {
278-
LOG_DBG("Couldn't find a wake-up event correspending to GPIO %s pin %d\n",
278+
LOG_DBG("Couldn't find a wake-up event corresponding to GPIO %s pin %d\n",
279279
gpio->port->name, gpio->pin);
280280
LOG_DBG("=> It cannot be used as a wake-up source\n");
281281
return -EINVAL;

0 commit comments

Comments
 (0)