aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-02-10 09:19:08 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-02-10 09:19:08 +0400
commitc022d74c82e277678963142f635f360db2ea6689 (patch)
tree67e1da7ecc6579c856e37a750bc0407185ffb549
parente68641c0a773c4c79591545cfabb549c69ece45d (diff)
downloadniri-c022d74c82e277678963142f635f360db2ea6689.tar.gz
niri-c022d74c82e277678963142f635f360db2ea6689.tar.bz2
niri-c022d74c82e277678963142f635f360db2ea6689.zip
Remove extra `` in comment
-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 => {