pespin submitted this change.

View Change

Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
cosmetic: io_uring: Fix typo in comment

Change-Id: I5ff1248e8aff1b55c65aecee4d1e2f5c0d5a48fb
---
M src/core/osmo_io_uring.c
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/osmo_io_uring.c b/src/core/osmo_io_uring.c
index e4a87ad..cac6272 100644
--- a/src/core/osmo_io_uring.c
+++ b/src/core/osmo_io_uring.c
@@ -590,7 +590,7 @@
/* OSMO_IO_FD_MODE_RECVMSG_SENDMSG:
* Use a temporary osmo_fd which we can use to notify us once the connection is established
* or failed (indicated by FD becoming writable). This is needed as (at least for SCTP sockets)
- * one cannot submit a zero-length writev/sendmsg in order to get notification when the socekt
+ * one cannot submit a zero-length writev/sendmsg in order to get notification when the socket
* is writable.*/
if (IOFD_FLAG_ISSET(iofd, IOFD_FLAG_NOTIFY_CONNECTED)) {
osmo_fd_setup(&iofd->u.uring.connect_ofd, iofd->fd, OSMO_FD_WRITE,

To view, visit change 41670. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I5ff1248e8aff1b55c65aecee4d1e2f5c0d5a48fb
Gerrit-Change-Number: 41670
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>