Explorar el Código

Fix: comment typo

Rod Hynes hace 11 años
padre
commit
a0955ad79f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      psiphon/controller.go

+ 1 - 1
psiphon/controller.go

@@ -228,7 +228,7 @@ loop:
 	Notice(NOTICE_INFO, "exiting run tunnels")
 	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
 // is called by Tunnel.operateTunnel when the tunnel has detected that it
 // has failed. The Controller will signal runTunnels to create a new
 // has failed. The Controller will signal runTunnels to create a new
 // tunnel and/or remove the tunnel from the list of active tunnels.
 // tunnel and/or remove the tunnel from the list of active tunnels.