diff --git a/Firmware/Dcodes.cpp b/Firmware/Dcodes.cpp
index ebf34b4f..79695c9e 100644
--- a/Firmware/Dcodes.cpp
+++ b/Firmware/Dcodes.cpp
@@ -626,7 +626,7 @@ void dcode_10()
 
     /*!
     ### D12 - Time <a href="https://reprap.org/wiki/G-code#D12:_Time">D12: Time</a>
-    Writes the actual time in the log file.
+    Writes the current time in the log file.
     */
 
 void dcode_12()
diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp
index 1a17e40d..ac0d3b5d 100755
--- a/Firmware/Marlin_main.cpp
+++ b/Firmware/Marlin_main.cpp
@@ -8950,7 +8950,7 @@ Sigma_Exit:
 
     /*!
     ### D12 - Time <a href="https://reprap.org/wiki/G-code#D12:_Time">D12: Time</a>
-    Writes the actual time in the log file.
+    Writes the current time in the log file.
     */
 
 #endif //DEBUG_DCODES