src/cycle/cycle.c: fix typo

This commit is contained in:
tokyo4j 2026-04-26 18:56:03 +09:00 committed by Hiroaki Yamamoto
parent 20540d76f9
commit 7d264c907f

View file

@ -167,7 +167,7 @@ cycle_begin(enum lab_cycle_dir direction,
struct view *active_view = server.active_view;
if (active_view && active_view->cycle_link.next) {
/* Select the active view it's in the cycle list */
/* Select the active view if it's in the cycle list */
server.cycle.selected_view = active_view;
} else {
/* Otherwise, select the first view in the cycle list */