Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jul 2022 02:25:37 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: ab0ae5078679 - stable/13 - freescale: Fix a typo in a source code comment
Message-ID:  <202207080225.2682Pb9I013707@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=ab0ae50786794cc331310838f57ee35b044abbf5

commit ab0ae50786794cc331310838f57ee35b044abbf5
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-07-03 11:55:40 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-07-08 02:24:47 +0000

    freescale: Fix a typo in a source code comment
    
    - s/transistions/transitions/
    
    (cherry picked from commit f1334ab76bab083d4e5181e1d7f1b91a533f0392)
---
 sys/arm/freescale/imx/imx_gpio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm/freescale/imx/imx_gpio.c b/sys/arm/freescale/imx/imx_gpio.c
index 7c86a78a15cc..d28b0f316bb0 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.
 	 *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207080225.2682Pb9I013707>