aboutsummaryrefslogtreecommitdiff
path: root/x.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2020-05-09 13:55:34 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2020-05-09 14:05:04 +0200
commit87545c612e8ab6e7cd1ef38e2355d0cb86df79f2 (patch)
tree8a1e30f08dc32499d546d72ccfd75e86420f5de6 /x.c
parent1d590910652519268152eae6b97cf30ace4e90c0 (diff)
downloadst-patched-87545c612e8ab6e7cd1ef38e2355d0cb86df79f2.tar.bz2
st-patched-87545c612e8ab6e7cd1ef38e2355d0cb86df79f2.tar.xz
st-patched-87545c612e8ab6e7cd1ef38e2355d0cb86df79f2.zip
tiny code-style and typo-fix in comment
Diffstat (limited to 'x.c')
-rw-r--r--x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x.c b/x.c
index cbbd11f..7bfc36f 100644
--- a/x.c
+++ b/x.c
@@ -1927,7 +1927,7 @@ run(void)
1927 * triggers drawing, we first wait a bit to ensure we got 1927 * triggers drawing, we first wait a bit to ensure we got
1928 * everything, and if nothing new arrives - we draw. 1928 * everything, and if nothing new arrives - we draw.
1929 * We start with trying to wait minlatency ms. If more content 1929 * We start with trying to wait minlatency ms. If more content
1930 * arrives sooner, we retry with shorter and shorter preiods, 1930 * arrives sooner, we retry with shorter and shorter periods,
1931 * and eventually draw even without idle after maxlatency ms. 1931 * and eventually draw even without idle after maxlatency ms.
1932 * Typically this results in low latency while interacting, 1932 * Typically this results in low latency while interacting,
1933 * maximum latency intervals during `cat huge.txt`, and perfect 1933 * maximum latency intervals during `cat huge.txt`, and perfect