Fix typo in comment

Spotted by: loos
This commit is contained in:
Oleksandr Tymoshenko 2016-10-12 05:35:57 +00:00
parent bf798f819a
commit 0e3cfd98fc

View File

@ -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)