File 0154-Update-socket_asyncio.h.patch of Package erlang
From 0286fba2e7e34316a96e6b1557d077698e14c15d Mon Sep 17 00:00:00 2001
From: LJZN <zhanglinjie@pxn.one>
Date: Mon, 29 Jan 2024 11:43:55 +0800
Subject: [PATCH 1/2] Update socket_asyncio.h
fix typo
---
erts/emulator/nifs/common/socket_asyncio.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/erts/emulator/nifs/common/socket_asyncio.h b/erts/emulator/nifs/common/socket_asyncio.h
index 365e0895f0..58f088458f 100644
--- a/erts/emulator/nifs/common/socket_asyncio.h
+++ b/erts/emulator/nifs/common/socket_asyncio.h
@@ -21,7 +21,7 @@
* Purpose : Asynchronous I/O functions.
* ----------------------------------------------------------------------
*
- * essio = ESock Asynchronous I/O
+ * esaio = ESock Asynchronous I/O
*
*/
--
2.35.3