From: Christian Heusel Date: Mon, 8 May 2023 14:18:01 +0000 (+0200) Subject: i2c: img-scb: Fix spelling mistake "innacurate" -> "inaccurate" X-Git-Tag: v6.4-rc6~3^2~6 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8110bf24c82d08aa2ed1d09a2b996d06c41f2e67;p=linux-2.6-block.git i2c: img-scb: Fix spelling mistake "innacurate" -> "inaccurate" There is a spelling mistake in a comment. Fix it. Signed-off-by: Christian Heusel Signed-off-by: Wolfram Sang --- diff --git a/drivers/i2c/busses/i2c-img-scb.c b/drivers/i2c/busses/i2c-img-scb.c index 8e987945ed45..39c479f96eb5 100644 --- a/drivers/i2c/busses/i2c-img-scb.c +++ b/drivers/i2c/busses/i2c-img-scb.c @@ -257,7 +257,7 @@ #define IMG_I2C_TIMEOUT (msecs_to_jiffies(1000)) /* - * Worst incs are 1 (innacurate) and 16*256 (irregular). + * Worst incs are 1 (inaccurate) and 16*256 (irregular). * So a sensible inc is the logarithmic mean: 64 (2^6), which is * in the middle of the valid range (0-127). */