diff --git a/Marlin/Marlin_main.cpp b/Marlin/Marlin_main.cpp
index 3321b8c4336c18cb0f6762069b0b09630aa52506..8e786945731246428325c458f441da03fa367031 100644
--- a/Marlin/Marlin_main.cpp
+++ b/Marlin/Marlin_main.cpp
@@ -2750,7 +2750,7 @@ inline void gcode_G28() {
 
         // Get the current Z position and send it to the planner.
         //
-        // >> (z_tmp - real_z) : The rotated current Z minus the uncorrected Z (since homing)
+        // >> (z_tmp - real_z) : The rotated current Z minus the uncorrected Z (most recent plan_set_position/sync_plan_position)
         //
         // >> zprobe_zoffset : Z distance from nozzle to probe (set by default, M851, EEPROM, or Menu)
         //