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

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
......@@ -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).
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment