From 939c7b2d529b8c982672a6e141a8bef2348d358a Mon Sep 17 00:00:00 2001 From: Jason Date: Sat, 23 Nov 2019 19:38:15 +0900 Subject: Amend typos --- sway/desktop/output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway/desktop') diff --git a/sway/desktop/output.c b/sway/desktop/output.c index 400f1d66..58368f20 100644 --- a/sway/desktop/output.c +++ b/sway/desktop/output.c @@ -596,7 +596,7 @@ static void damage_handle_frame(struct wl_listener *listener, void *user_data) { // We only check tv_sec because if the predicted refresh time is less // than a second before the current time, then msec_until_refresh will // end up slightly below zero, which will effectively disable the delay - // without potential disasterous negative overflows that could occur if + // without potential disastrous negative overflows that could occur if // tv_sec was not checked. if (predicted_refresh.tv_sec >= now.tv_sec) { long nsec_until_refresh -- cgit v1.2.3