summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-09-20 00:32:29 +0200
committerwm4 <wm4@nowhere>2019-09-20 00:32:29 +0200
commit8e5cd62dca8c9d8965f0d1d37836dff16b6fa03d (patch)
treeba151bdfc034fc4feae86a37624427929ad17338
parent7000d91cf8378ff65594f380e6b089112f5c5c23 (diff)
downloadmpv-8e5cd62dca8c9d8965f0d1d37836dff16b6fa03d.tar.bz2
mpv-8e5cd62dca8c9d8965f0d1d37836dff16b6fa03d.tar.xz
oml_sync: fix typo in comment
I think... Also reword another part of the text.
-rw-r--r--video/out/opengl/oml_sync.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/opengl/oml_sync.c b/video/out/opengl/oml_sync.c
index aaa97a7311..6efd4265d7 100644
--- a/video/out/opengl/oml_sync.c
+++ b/video/out/opengl/oml_sync.c
@@ -13,9 +13,9 @@
// increments the user_sbc, and the reported sbc is the sbc
// of the frame that was just displayed)
// Invariants:
-// - ust and msc change in lockstep (no value can change with the other)
+// - ust and msc change in lockstep (no value can change without the other)
// - msc is incremented; if you query it in a loop, and your thread isn't
-// frozen or starved by the scheduler, it will usually not change or
+// frozen or starved by the scheduler, it will usually either not change, or
// be incremented by 1 (while the ust will be incremented by vsync
// duration)
// - sbc is never higher than the user_sbc