diff --git a/include/linux/thermal.h b/include/linux/thermal.h index 8050d929a5b457b868452cb581f529242f74be76..c314893970b3511cefc3263b44021b8ed95cfe8b 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h @@ -285,7 +285,7 @@ struct thermal_zone_params { }; /** - * struct thermal_zone_of_device_ops - scallbacks for handling DT based zones + * struct thermal_zone_of_device_ops - callbacks for handling DT based zones * * Mandatory: * @get_temp: a pointer to a function that reads the sensor temperature.