Browse Source

Fix: comment typo

Rod Hynes 11 years ago
parent
commit
a0955ad79f
1 changed files with 1 additions and 1 deletions
  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.