tiny code-style and typo-fix in comment (df79f2)

This commit is contained in:
bakkeby 2020-05-20 14:22:04 +02:00
parent 5c7d8ab1ad
commit 338818b2b3
3 changed files with 7 additions and 7 deletions

2
x.c
View file

@ -2313,7 +2313,7 @@ run(void)
* triggers drawing, we first wait a bit to ensure we got
* everything, and if nothing new arrives - we draw.
* We start with trying to wait minlatency ms. If more content
* arrives sooner, we retry with shorter and shorter preiods,
* arrives sooner, we retry with shorter and shorter periods,
* and eventually draw even without idle after maxlatency ms.
* Typically this results in low latency while interacting,
* maximum latency intervals during `cat huge.txt`, and perfect