Merge pull request #3781 from yanggangtony/fix-typo

fix wrong notes for `const MaxNameLen`
This commit is contained in:
Akihiro Suda
2023-03-26 07:02:40 +09:00
committed by GitHub
+1 -1
View File
@@ -23,7 +23,7 @@ import (
"golang.org/x/sys/unix"
)
// MaxSendfdLen is the maximum length of the name of a file descriptor being
// MaxNameLen is the maximum length of the name of a file descriptor being
// sent using SendFd. The name of the file handle returned by RecvFd will never
// be larger than this value.
const MaxNameLen = 4096