Corrected comment

Wed, 22 Oct 2014 12:42:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 22 Oct 2014 12:42:20 +0200
changeset 288
8b99ab77262b
parent 287
61be1e1711d3
child 289
d810df0df36a

Corrected comment

thermferm/thermferm.c file | annotate | diff | comparison | revisions
--- 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