From c756b4cf0798c35ee5b64c52cc0f3782cedbde44 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <sourcetree@thinkyhead.com>
Date: Thu, 2 Apr 2015 06:11:03 -0700
Subject: [PATCH] Comment tweak

---
 Marlin/temperature.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/temperature.cpp b/Marlin/temperature.cpp
index 2442ad206a..5a8da94064 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;
-- 
GitLab