i2c: img-scb: Fix spelling mistake "innacurate" -> "inaccurate"
authorChristian Heusel <christian@heusel.eu>
Mon, 8 May 2023 14:18:01 +0000 (16:18 +0200)
committerWolfram Sang <wsa@kernel.org>
Mon, 5 Jun 2023 08:39:11 +0000 (10:39 +0200)
There is a spelling mistake in a comment. Fix it.

Signed-off-by: Christian Heusel <christian@heusel.eu>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-img-scb.c

index 8e987945ed4503d641bd44bcdf2fe36e6e078c66..39c479f96eb58564b75e91f4650cf31e1345433f 100644 (file)
 #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).
  */