1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-22 15:47:37 +00:00

Replace a reference to splnet() with a reference to locking in a comment.

This commit is contained in:
Robert Watson 2004-08-11 03:43:10 +00:00
parent 1510469e95
commit 217a4b6e4e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133467

View File

@ -788,7 +788,7 @@ sosend(so, addr, uio, top, control, flags, td)
* done could be out of date. We could have recieved
* a reset packet in an interrupt or maybe we slept
* while doing page faults in uiomove() etc. We could
* probably recheck again inside the splnet() protection
* probably recheck again inside the locking protection
* here, but there are probably other places that this
* also happens. We must rethink this.
*/