iio: chemical: bme680: fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Link: https://lore.kernel.org/r/20220521111145.81697-68-Julia.Lawall@inria.fr Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
b4b9367794
commit
70db0e93f7
@ -638,7 +638,7 @@ static int bme680_read_temp(struct bme680_data *data, int *val)
|
||||
comp_temp = bme680_compensate_temp(data, adc_temp);
|
||||
/*
|
||||
* val might be NULL if we're called by the read_press/read_humid
|
||||
* routine which is callled to get t_fine value used in
|
||||
* routine which is called to get t_fine value used in
|
||||
* compensate_press/compensate_humid to get compensated
|
||||
* pressure/humidity readings.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user