diff --git a/selfdrive/thermald.py b/selfdrive/thermald.py index 97eefc3f5575bd..6db8b61bc1e666 100755 --- a/selfdrive/thermald.py +++ b/selfdrive/thermald.py @@ -71,7 +71,7 @@ def set_eon_fan(val): _TEMP_THRS_L = [42.5, 57.5, 72.5, 10000] # fan speed options _FAN_SPEEDS = [0, 16384, 32768, 65535] -# max fan speed only allowed if battery if hot +# max fan speed only allowed if battery is hot _BAT_TEMP_THERSHOLD = 45. def handle_fan(max_cpu_temp, bat_temp, fan_speed):