From 7c86c0a813df23eb7d6c401db01d22e00c2a3518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 11 Apr 2010 20:45:23 +0000 Subject: [PATCH] * Corrected comment. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36171 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/media/MediaNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,