Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 2021 11:48:20 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: df533f4a54d4 - stable/12 - TWL: Fix a typo in a source code comment
Message-ID:  <202111281148.1ASBmKqL027191@gitrepo.freebsd.org>

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

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

commit df533f4a54d471bd26916728d5929a535c68ed46
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-11-19 18:26:34 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-11-28 11:47:36 +0000

    TWL: Fix a typo in a source code comment
    
    - s/maxium/maximum/
    
    (cherry picked from commit 8b11850f9d04c096d8ed3647db512f8feceefaf4)
---
 sys/arm/ti/twl/twl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm/ti/twl/twl.c b/sys/arm/ti/twl/twl.c
index 50f2bd9ea513..b1438bf82b2c 100644
--- a/sys/arm/ti/twl/twl.c
+++ b/sys/arm/ti/twl/twl.c
@@ -80,7 +80,7 @@ __FBSDID("$FreeBSD$");
 /* Each TWL device typically has more than one I2C address */
 #define TWL_MAX_SUBADDRS            4
 
-/* The maxium number of bytes that can be written in one call */
+/* The maximum number of bytes that can be written in one call */
 #define TWL_MAX_IIC_DATA_SIZE       63
 
 /* The TWL devices typically use 4 I2C address for the different internal



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