It's Hz, not HZ

This commit is contained in:
Daniel Eklöf 2019-09-21 20:09:06 +02:00
parent f20b08db3d
commit 6d5d3a8d7d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

4
main.c
View file

@ -741,7 +741,7 @@ main(int argc, char *const *argv)
}
tll_foreach(term.wl.monitors, it) {
LOG_INFO("%s: %dx%d+%dx%d (scale=%d, refresh=%.2fHZ)",
LOG_INFO("%s: %dx%d+%dx%d (scale=%d, refresh=%.2fHz)",
it->item.name, it->item.width_px, it->item.height_px,
it->item.x, it->item.y, it->item.scale, it->item.refresh);
}
@ -1037,7 +1037,7 @@ main(int argc, char *const *argv)
&(struct itimerspec){.it_value = {.tv_nsec = 1000000}},
NULL);
/* Second timeout - only reset when we render. Set to one frame (assuming 60HZ) */
/* Second timeout - only reset when we render. Set to one frame (assuming 60Hz) */
if (!timeout_is_armed) {
timerfd_settime(
delay_render_timer_upper, 0,