thermferm/thermferm.c

changeset 288
8b99ab77262b
parent 284
9e6fb5aed618
child 289
d810df0df36a
--- 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;

mercurial