iio: chemical: bme680: fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:18 +0000 (13:11 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 11 Jun 2022 13:35:27 +0000 (14:35 +0100)
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>
drivers/iio/chemical/bme680_core.c

index 16ff7a9..ef5e0e4 100644 (file)
@@ -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.
         */