pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmocore/+/41670?usp=email )
Change subject: cosmetic: io_uring: Fix typo in comment
......................................................................
cosmetic: io_uring: Fix typo in comment
Change-Id: I5ff1248e8aff1b55c65aecee4d1e2f5c0d5a48fb
---
M src/core/osmo_io_uring.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/70/41670/1
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 https://gerrit.osmocom.org/c/libosmocore/+/41670?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I5ff1248e8aff1b55c65aecee4d1e2f5c0d5a48fb
Gerrit-Change-Number: 41670
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>