Small comment update

pull/1557/head
Dmitry K 2023-03-19 03:23:49 +03:00 committed by Jack Christensen
parent b2b4fbcf57
commit 1298a835bc
1 changed files with 1 additions and 1 deletions

View File

@ -81,6 +81,6 @@ func (c *NetConn) realNonblockingRead(b []byte) (n int, err error) {
}
func (c *NetConn) SetBlockingMode(blocking bool) error {
// for UNIX do nothing
// Do nothing on UNIX systems
return nil
}