Date: Fri, 19 Nov 2021 18:26:48 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 8b11850f9d04 - main - TWL: Fix a typo in a source code comment Message-ID: <202111191826.1AJIQmHx043089@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=8b11850f9d04c096d8ed3647db512f8feceefaf4 commit 8b11850f9d04c096d8ed3647db512f8feceefaf4 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-11-19 18:26:34 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-11-19 18:26:34 +0000 TWL: Fix a typo in a source code comment - s/maxium/maximum/ MFC after: 3 days --- 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 e1b20cbbaa5f..c7755b524f0a 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?202111191826.1AJIQmHx043089>