aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-07-03 11:55:40 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-07-03 11:55:40 +0000
commitf1334ab76bab083d4e5181e1d7f1b91a533f0392 (patch)
tree9c8058ad9d06b183f416757b0fd72d968f693d8f
parenta4adfaf712694ce7923d5309cf87d0cd2a598953 (diff)
downloadsrc-f1334ab76bab083d4e5181e1d7f1b91a533f0392.tar.gz
src-f1334ab76bab083d4e5181e1d7f1b91a533f0392.zip
freescale: Fix a typo in a source code comment
- s/transistions/transitions/ MFC after: 3 days
-rw-r--r--sys/arm/freescale/imx/imx_gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/freescale/imx/imx_gpio.c b/sys/arm/freescale/imx/imx_gpio.c
index 932e321449cf..da54abeb0046 100644
--- a/sys/arm/freescale/imx/imx_gpio.c
+++ b/sys/arm/freescale/imx/imx_gpio.c
@@ -528,7 +528,7 @@ imx51_gpio_pin_configure(struct imx51_gpio_softc *sc, struct gpio_pin *pin,
* since we have no connection to the pad config registers from here).
*
* When setting a pin to output, honor the PRESET_[LOW,HIGH] flags if
- * present. Otherwise, for glitchless transistions on pins with pulls,
+ * present. Otherwise, for glitchless transitions on pins with pulls,
* read the current state of the pad and preset the DR register to drive
* the current value onto the pin before enabling the pin for output.
*