Fix typo introduced by me (not the submitter) when fixing typos

This commit is contained in:
Baptiste Daroussin 2016-05-22 13:10:48 +00:00
parent 2fd642c899
commit 306e53bce9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300419

View File

@ -1164,7 +1164,7 @@ sosend_dgram(struct socket *so, struct sockaddr *addr, struct uio *uio,
}
/*
* XXX all the SBS_CANTSENDMORE checks previously done could be out
* of date. We could have recived a reset packet in an interrupt or
* of date. We could have received a reset packet in an interrupt or
* maybe we slept while doing page faults in uiomove() etc. We could
* probably recheck again inside the locking protection here, but
* there are probably other places that this also happens. We must