mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo in comment
Spotted by: loos
This commit is contained in:
parent
bf798f819a
commit
0e3cfd98fc
1 changed files with 1 additions and 1 deletions
|
|
@ -676,7 +676,7 @@ bcm_gpio_get_reserved_pins(struct bcm_gpio_softc *sc)
|
|||
phandle_t gpio, node, reserved;
|
||||
ssize_t len;
|
||||
|
||||
/* Get read-only pins if they're porvided */
|
||||
/* Get read-only pins if they're provided */
|
||||
gpio = ofw_bus_get_node(sc->sc_dev);
|
||||
if (bcm_gpio_get_ro_pins(sc, gpio, "broadcom,read-only",
|
||||
"read-only") != 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue