Skip to content

Commit 8110bf2

Browse files
christian-heuselwsakernel
authored andcommitted
i2c: img-scb: Fix spelling mistake "innacurate" -> "inaccurate"
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>
1 parent 63b679a commit 8110bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/busses/i2c-img-scb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
#define IMG_I2C_TIMEOUT (msecs_to_jiffies(1000))
258258

259259
/*
260-
* Worst incs are 1 (innacurate) and 16*256 (irregular).
260+
* Worst incs are 1 (inaccurate) and 16*256 (irregular).
261261
* So a sensible inc is the logarithmic mean: 64 (2^6), which is
262262
* in the middle of the valid range (0-127).
263263
*/

0 commit comments

Comments
 (0)