From 3c3b9e8fa336b8d64cfefca5ea714f90a87fb55d Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:10:41 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/bun.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bun.zig b/src/bun.zig index bad623c355..163eda1aa9 100644 --- a/src/bun.zig +++ b/src/bun.zig @@ -2544,7 +2544,7 @@ pub inline fn socketcast(fd: anytype) std.os.socket_t { } pub const HOST_NAME_MAX = if (Environment.isWindows) - // On Windows the maximum length, in bytes, of the string returned in the buffer pointed to by the name parameter is dependent on the namespace provider, but this string must be 256 bytes or less. + // On Windows the maximum length, in bytes, of the string returned in the buffer pointed to by the name parameter is dependent on the namespace provider, but this string must be 256 bytes or less. // So if a buffer of 256 bytes is passed in the name parameter and the namelen parameter is set to 256, the buffer size will always be adequate. // https://learn.microsoft.com/en-us/windows/win32/api/winsock/nf-winsock-gethostname 256