Skip to content

Commit e4f953e

Browse files
committed
Typo
1 parent a37d1a7 commit e4f953e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talpid-wireguard/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ impl WireguardMonitor {
990990
/// Detects the maximum MTU that does not cause dropped packets.
991991
///
992992
/// The detection works by sending evenly spread out range of pings between 576 and the given
993-
/// current tunnel MTU, and returning the maximum packet size that war returned within a timeout.
993+
/// current tunnel MTU, and returning the maximum packet size that was returned within a timeout.
994994
#[cfg(target_os = "linux")]
995995
async fn auto_mtu_detection(
996996
gateway: std::net::Ipv4Addr,

0 commit comments

Comments
 (0)