test: Fix speling issues

Found by codespell
This commit is contained in:
Erik Ekman
2023-10-14 17:40:06 +02:00
parent 34516d5c2e
commit 20c9b117e1
4 changed files with 6 additions and 6 deletions

View File

@@ -252,7 +252,7 @@ static void test_sockets_msgapi_update_iovs(struct msghdr *msg, size_t bytes)
{
msg_iovlen_t i;
/* note: this modifies the underyling iov_base and iov_len for a partial
/* note: this modifies the underlying iov_base and iov_len for a partial
read for an individual vector. This updates the msg->msg_iov pointer
to skip fully consumed vectors */