From 59118e92ca5df4c3c013c02dab66c17b2711fbe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sat, 6 Mar 2021 17:46:26 +0100 Subject: [PATCH] include: fix typo in documentation PR-URL: https://github.com/libuv/libuv/pull/3130 Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Santiago Gimeno --- include/uv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/uv.h b/include/uv.h index cbdf1b02..deda6ca7 100644 --- a/include/uv.h +++ b/include/uv.h @@ -629,8 +629,8 @@ enum uv_udp_flags { /* * Indicates if IP_RECVERR/IPV6_RECVERR will be set when binding the handle. * This sets IP_RECVERR for IPv4 and IPV6_RECVERR for IPv6 UDP sockets on - * Linux. This stops the Linux kernel from supressing some ICMP error messages - * and enables full ICMP error reporting for faster failover. + * Linux. This stops the Linux kernel from suppressing some ICMP error + * messages and enables full ICMP error reporting for faster failover. * This flag is no-op on platforms other than Linux. */ UV_UDP_LINUX_RECVERR = 32,