Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Sep 2022 05:42:45 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: 96174b36bed8 - stable/13 - ltc430x(4): Fix a typo in a source code comment
Message-ID:  <202209060542.2865gjfS013849@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=96174b36bed84797a0c6ad681d52158fcf0df62a

commit 96174b36bed84797a0c6ad681d52158fcf0df62a
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-03 13:43:05 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-06 05:41:10 +0000

    ltc430x(4): Fix a typo in a source code comment
    
    - s/overriden/overridden/
    
    (cherry picked from commit b0e86eed27ec98204978685d4d3dd384267dd60f)
---
 sys/dev/iicbus/mux/ltc430x.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/iicbus/mux/ltc430x.c b/sys/dev/iicbus/mux/ltc430x.c
index fab791ed3174..f8e0db7a3b92 100644
--- a/sys/dev/iicbus/mux/ltc430x.c
+++ b/sys/dev/iicbus/mux/ltc430x.c
@@ -168,7 +168,7 @@ ltc430x_attach(device_t dev)
 
 	/*
 	 * Check for the idle-disconnect and ctlreg2 options, first in FDT data,
-	 * then allow them to be overriden by hints data.
+	 * then allow them to be overridden by hints data.
 	 */
 #ifdef FDT
 	phandle_t node;



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