From 47a905de56df814963aa7b921f34a08342d1adf1 Mon Sep 17 00:00:00 2001
From: fzn0x <fncolon@pm.me>
Date: Sun, 2 Oct 2022 18:14:52 +0700
Subject: [PATCH] Update uring.go

---
 uring.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uring.go b/uring.go
index ac340ad..c94aac4 100644
--- a/uring.go
+++ b/uring.go
@@ -40,7 +40,7 @@ func (h *IoUring) SeenCqe(cqe *IoUringCqe) {
 }
 
 func (h *IoUring) Submit() (int, error) {
-	return h.io_uringn_submit()
+	return h.io_uring_submit()
 }
 
 func (h *IoUring) SubmitAndWait(waitNr uint32) (int, error) {