summaryrefslogtreecommitdiffstats
path: root/src/wireguard/timers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wireguard/timers.rs')
-rw-r--r--src/wireguard/timers.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wireguard/timers.rs b/src/wireguard/timers.rs
index 33b089f..8f6b3ee 100644
--- a/src/wireguard/timers.rs
+++ b/src/wireguard/timers.rs
@@ -63,7 +63,7 @@ impl<T: tun::Tun, B: bind::Bind> PeerInner<T, B> {
// take a write lock preventing simultaneous "stop_timers" call
let mut timers = self.timers_mut();
- // set flag to renable timer events
+ // set flag to reenable timer events
if timers.enabled {
return;
}