diff --git a/Marlin/src/gcode/feature/mixing/M163-M165.cpp b/Marlin/src/gcode/feature/mixing/M163-M165.cpp
index 0e62f7c291..2e744d70f1 100644
--- a/Marlin/src/gcode/feature/mixing/M163-M165.cpp
+++ b/Marlin/src/gcode/feature/mixing/M163-M165.cpp
@@ -63,8 +63,8 @@ void GcodeSuite::M164() {
 
   /**
    * M165: Set multiple mix factors for a mixing extruder.
-   *       Factors that are left out will be set to 0.
-   *       All factors will be normalized and stored in the current v-tool.
+   *       Omitted factors will be set to 0.
+   *       The mix is normalized and stored in the current virtual tool.
    *
    *   A[factor] Mix factor for extruder stepper 1
    *   B[factor] Mix factor for extruder stepper 2