# HG changeset patch # User Michiel Broek # Date 1413974540 -7200 # Node ID 8b99ab77262bc0bc1bdab91c3d1916933d790f1b # Parent 61be1e1711d3ddd10dd5d694b12fbb3d60c66be7 Corrected comment diff -r 61be1e1711d3 -r 8b99ab77262b thermferm/thermferm.c --- a/thermferm/thermferm.c Thu Sep 04 14:07:09 2014 +0200 +++ b/thermferm/thermferm.c Wed Oct 22 12:42:20 2014 +0200 @@ -1122,8 +1122,8 @@ unit->prof_paused++; case PROFILE_RUN: /* - * Calculate current profile step en desired temperature. - * When all done, set state to PROFILE_DONE. + * Calculate current profile step and desired temperature. + * When all steps are done, set state to PROFILE_DONE. */ previous_target = profile->inittemp; time_until_now = current_step = 0;