diff --git a/headers/os/media/MediaNode.h b/headers/os/media/MediaNode.h index 1fbcdf3a73..337e7475e7 100644 --- a/headers/os/media/MediaNode.h +++ b/headers/os/media/MediaNode.h @@ -134,7 +134,7 @@ protected: public: enum run_mode { B_OFFLINE = 1, - // This mode has realtime constraint. + // This mode has no realtime constraint. B_DECREASE_PRECISION, // When late, try to catch up by reducing quality. B_INCREASE_LATENCY,