Skip to content

Commit f305e64

Browse files
author
Ma Shimiao
committed
spec-go/config: comment fix
Signed-off-by: Ma Shimiao <[email protected]>
1 parent cc983bb commit f305e64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs-go/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ const (
505505
ActAllow LinuxSeccompAction = "SCMP_ACT_ALLOW"
506506
)
507507

508-
// LinuxOperatorOperator used to match syscall arguments in Seccomp
508+
// LinuxSeccompOperator used to match syscall arguments in Seccomp
509509
type LinuxSeccompOperator string
510510

511511
// Define operators for syscall arguments in Seccomp
@@ -519,7 +519,7 @@ const (
519519
OpMaskedEqual LinuxSeccompOperator = "SCMP_CMP_MASKED_EQ"
520520
)
521521

522-
// Arg used for matching specific syscall arguments in Seccomp
522+
// LinuxSeccompArg used for matching specific syscall arguments in Seccomp
523523
type LinuxSeccompArg struct {
524524
Index uint `json:"index"`
525525
Value uint64 `json:"value"`

0 commit comments

Comments
 (0)