diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-09-15 18:06:48 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-09-15 19:34:30 +0200 |
| commit | 2d37b9667e60ae1270304f660cb7c7883626255e (patch) | |
| tree | 7e41167eea973e06d4074d893c4ef4c77a865610 /sys/openbsd | |
| parent | 712de1c63d9db97c81af68cd0dc4372c53d2e57a (diff) | |
sys/openbsd: fix linter warnings
sys/openbsd/init.go:58:36: Top level comment should end in a period
// kCoverFd in executor/executor.cc
^
sys/openbsd/init.go:60:38: Top level comment should end in a period
// kOutPipeFd in executor/executor.cc
^
Diffstat (limited to 'sys/openbsd')
| -rw-r--r-- | sys/openbsd/init.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/openbsd/init.go b/sys/openbsd/init.go index c7e624090..c72a80931 100644 --- a/sys/openbsd/init.go +++ b/sys/openbsd/init.go @@ -55,9 +55,9 @@ const ( devFdMajor = 22 devNullDevT = 0x0202 - // kCoverFd in executor/executor.cc + // kCoverFd in executor/executor.cc. kcovFdMinorMin = 232 - // kOutPipeFd in executor/executor.cc + // kOutPipeFd in executor/executor.cc. kcovFdMinorMax = 248 // Mask covering all valid rlimit resources. |
