mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix typo boundry -> boundary.
PiperOrigin-RevId: 352905565
This commit is contained in:
@@ -362,7 +362,7 @@ TEST_P(UnixSocketPairCmsgTest, BasicThreeFDPassTruncationMsgCtrunc) {
|
||||
|
||||
// BasicFDPassUnalignedRecv starts off by sending a single FD just like
|
||||
// BasicFDPass. The difference is that when calling recvmsg, the length of the
|
||||
// receive data is only aligned on a 4 byte boundry instead of the normal 8.
|
||||
// receive data is only aligned on a 4 byte boundary instead of the normal 8.
|
||||
TEST_P(UnixSocketPairCmsgTest, BasicFDPassUnalignedRecv) {
|
||||
auto sockets = ASSERT_NO_ERRNO_AND_VALUE(NewSocketPair());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user