summaryrefslogtreecommitdiffhomepage
path: root/talpid-core
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-08-24 08:01:50 -0300
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-08-24 08:01:50 -0300
commitdbf0d70aa8d69d3300bc56d89b24e839654199e9 (patch)
treee1219fe458d2d175eb1782aca2a790f52cbba6c0 /talpid-core
parent69a5d4b11c5324f744664aa4c5c47d9c637d9d2c (diff)
parent698079af57a5e1f71793d54c8f0a05894ba29565 (diff)
downloadmullvadvpn-dbf0d70aa8d69d3300bc56d89b24e839654199e9.tar.xz
mullvadvpn-dbf0d70aa8d69d3300bc56d89b24e839654199e9.zip
Merge branch 'daemon-state-refactor'
Diffstat (limited to 'talpid-core')
-rw-r--r--talpid-core/src/tunnel/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/src/tunnel/mod.rs b/talpid-core/src/tunnel/mod.rs
index 932279c0a0..98d2d0e2d0 100644
--- a/talpid-core/src/tunnel/mod.rs
+++ b/talpid-core/src/tunnel/mod.rs
@@ -280,7 +280,7 @@ impl TunnelMonitor {
CloseHandle(self.monitor.close_handle())
}
- /// Consumes the monitor and block until the tunnel exits or there is an error.
+ /// Consumes the monitor and blocks until the tunnel exits or there is an error.
pub fn wait(self) -> Result<()> {
self.monitor
.wait()