From 8b11850f9d04c096d8ed3647db512f8feceefaf4 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Fri, 19 Nov 2021 19:26:34 +0100 Subject: 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 -- cgit v1.2.3