diff --git a/Marlin/src/module/motion.cpp b/Marlin/src/module/motion.cpp
index fdb92fb03e62305e0f67f3f97985d14b55d2ccd9..042661f54d75cde74fa551cc3f7d9ad64b33a4b7 100644
--- a/Marlin/src/module/motion.cpp
+++ b/Marlin/src/module/motion.cpp
@@ -83,7 +83,7 @@ float current_position[XYZE] = { 0.0 };
  * Cartesian Destination
  *   The destination for a move, filled in by G-code movement commands,
  *   and expected by functions like 'prepare_move_to_destination'.
- *   Set with 'gcode_get_destination' or 'set_destination_from_current'.
+ *   Set with 'get_destination_from_command' or 'set_destination_from_current'.
  */
 float destination[XYZE] = { 0.0 };