Commit 8110bf24 authored by Christian Heusel's avatar Christian Heusel Committed by Wolfram Sang
Browse files

i2c: img-scb: Fix spelling mistake "innacurate" -> "inaccurate"



There is a spelling mistake in a comment. Fix it.

Signed-off-by: default avatarChristian Heusel <christian@heusel.eu>
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent 63b679a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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).
 */