diff options
Diffstat (limited to 'libgo/go/syscall/lsf_linux.go')
-rw-r--r-- | libgo/go/syscall/lsf_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/syscall/lsf_linux.go b/libgo/go/syscall/lsf_linux.go index f2bd2b757f9..0976688b9e7 100644 --- a/libgo/go/syscall/lsf_linux.go +++ b/libgo/go/syscall/lsf_linux.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Linux socket filter +// GNU/Linux socket filter package syscall |