]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix comment in sofree() to reference sbdestroy().
authorjhb <jhb@FreeBSD.org>
Thu, 27 Jun 2019 22:50:11 +0000 (22:50 +0000)
committerjhb <jhb@FreeBSD.org>
Thu, 27 Jun 2019 22:50:11 +0000 (22:50 +0000)
commit3fda21ad0ec3964fb9f350275682883360ca776e
treedd027f3b12bcfa9e3e787e77155e159b0d9c7cc0
parenteb4237a47871ddc21f6f2db8cedbe29e5e10037b
Fix comment in sofree() to reference sbdestroy().

r160875 added sbdestroy() as a wrapper around sbrelease_internal to be
called from sofree(), yet the comment added in the same revision to
sofree() still mentions sbrelease_internal().

Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D20488
sys/kern/uipc_socket.c