Rod Hynes 11 лет назад
Родитель
Сommit
a0955ad79f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      psiphon/controller.go

+ 1 - 1
psiphon/controller.go

@@ -228,7 +228,7 @@ loop:
 	Notice(NOTICE_INFO, "exiting run tunnels")
 }
 
-// HandleFailedTunnel implements the TunnelOwner interface. This function
+// SignalTunnelFailure implements the TunnelOwner interface. This function
 // is called by Tunnel.operateTunnel when the tunnel has detected that it
 // has failed. The Controller will signal runTunnels to create a new
 // tunnel and/or remove the tunnel from the list of active tunnels.