Commit 2ea753ec authored by gukq's avatar gukq
Browse files

Just repair spelling mistake


Signed-off-by: default avatargukq <gukaiqiang@gmail.com>
parent b84518b6
...@@ -372,7 +372,7 @@ func (pn *peernet) Notify(f inet.Notifiee) { ...@@ -372,7 +372,7 @@ func (pn *peernet) Notify(f inet.Notifiee) {
pn.notifmu.Unlock() pn.notifmu.Unlock()
} }
// StopNotify unregisters Notifiee fromr receiving signals // StopNotify unregisters Notifiee from receiving signals
func (pn *peernet) StopNotify(f inet.Notifiee) { func (pn *peernet) StopNotify(f inet.Notifiee) {
pn.notifmu.Lock() pn.notifmu.Lock()
delete(pn.notifs, f) delete(pn.notifs, f)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment