From 8e5cd62dca8c9d8965f0d1d37836dff16b6fa03d Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 20 Sep 2019 00:32:29 +0200 Subject: oml_sync: fix typo in comment I think... Also reword another part of the text. --- video/out/opengl/oml_sync.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'video') 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 -- cgit v1.2.3