Fix typo in comment.

This commit is contained in:
Thomas Quinot 2006-09-04 08:32:17 +00:00
parent 1e9defe45a
commit d438d81581

View file

@ -369,7 +369,7 @@ udp_input(m, off)
* not have either the SO_REUSEPORT or SO_REUSEADDR
* socket options set. This heuristic avoids searching
* through all pcbs in the common case of a non-shared
* port. It * assumes that an application will never
* port. It assumes that an application will never
* clear these options after setting them.
*/
if ((last->inp_socket->so_options&(SO_REUSEPORT|SO_REUSEADDR)) == 0)