From 6d5d3a8d7d7d856aef7fede75fa3362e9443353b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 21 Sep 2019 20:09:06 +0200 Subject: [PATCH] It's Hz, not HZ --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 877ec97b..b617397a 100644 --- a/main.c +++ b/main.c @@ -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,