diff --git a/repos/gems/src/server/terminal_mux/main.cc b/repos/gems/src/server/terminal_mux/main.cc index d87b03f7fe..e4d0a9caf2 100644 --- a/repos/gems/src/server/terminal_mux/main.cc +++ b/repos/gems/src/server/terminal_mux/main.cc @@ -708,7 +708,7 @@ struct Main c = 8; /* - * Handle C-y by switching to the menu + * Handle C-x by switching to the menu */ enum { KEYCODE_C_X = 24 }; if (c == KEYCODE_C_X) {