diff --git a/Marlin/MarlinSerial.cpp b/Marlin/MarlinSerial.cpp
index 2333e6bfc81f6dae4dbda7d1cf9d16dbde3ada2e..b35ece685264311bbdcbfb59a8f9c3e140ea4e93 100644
--- a/Marlin/MarlinSerial.cpp
+++ b/Marlin/MarlinSerial.cpp
@@ -133,10 +133,6 @@ int MarlinSerial::read(void) {
 }
 
 void MarlinSerial::flush() {
-  // don't reverse this or there may be problems if the RX interrupt
-  // occurs after reading the value of rx_buffer_head but before writing
-  // the value to rx_buffer_tail; the previous value of rx_buffer_head
-  // may be written to rx_buffer_tail, making it appear as if the buffer
   // don't reverse this or there may be problems if the RX interrupt
   // occurs after reading the value of rx_buffer_head but before writing
   // the value to rx_buffer_tail; the previous value of rx_buffer_head