diff --git a/Marlin/temperature.cpp b/Marlin/temperature.cpp index 2442ad206a8c89db465975ddcb71e1d55df9fb4f..5a8da940646dfb7bea23463ba4d4dd8f10449be9 100644 --- a/Marlin/temperature.cpp +++ b/Marlin/temperature.cpp @@ -1027,7 +1027,7 @@ void setWatch() { } switch (*state) { - // Inactive state waits for a target temperature, then + // Inactive state waits for a target temperature to be set case TRInactive: if (target_temperature > 0) *state = TRFirstHeating; break;