aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/input.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.rs b/src/input.rs
index 5bcc9a18..507e4479 100644
--- a/src/input.rs
+++ b/src/input.rs
@@ -290,7 +290,7 @@ impl State {
}
Action::ChangeVt(vt) => {
self.backend.change_vt(vt);
- // Changing `VT` may not deliver the key releases, so clear the state.
+ // Changing VT may not deliver the key releases, so clear the state.
self.niri.suppressed_keys.clear();
}
Action::Suspend => {