File 0155-fix-comment-typo-in-unix_socket_syncio.c.patch of Package erlang
From 16afd6b101e2a451b2e9129e4f8f8c90e5b00dc2 Mon Sep 17 00:00:00 2001
From: LJZN <zhanglinjie@pxn.one>
Date: Mon, 29 Jan 2024 13:50:58 +0800
Subject: [PATCH 2/2] fix comment typo in unix_socket_syncio.c
---
erts/emulator/nifs/unix/unix_socket_syncio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/erts/emulator/nifs/unix/unix_socket_syncio.c b/erts/emulator/nifs/unix/unix_socket_syncio.c
index 5ccfb1b8bd..d82d0bc355 100644
--- a/erts/emulator/nifs/unix/unix_socket_syncio.c
+++ b/erts/emulator/nifs/unix/unix_socket_syncio.c
@@ -109,7 +109,7 @@
/* =================================================================== *
* *
- * Various esaio macros *
+ * Various essio macros *
* *
* =================================================================== */
--
2.35.3