1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-04 17:15:50 +00:00

SO_SPLICE tests: Fix a comment typo

MFC after:	1 week
Sponsored by:	Klara, Inc.
This commit is contained in:
Mark Johnston 2025-01-06 20:53:52 +00:00
parent e8ec28047d
commit 9743e9efdf

View File

@ -330,7 +330,7 @@ ATF_TC_BODY(splice_capsicum, tc)
tcp4_socketpair(right);
/*
* Make sure that we splice a socket that's missing recv rights.
* Make sure that we can't splice a socket that's missing recv rights.
*/
remove_rights(left[1], cap_rights_init(&rights, CAP_RECV));
splice_init(&sp, right[0], 0, NULL);