Skip to content

Commit

Permalink
Merge pull request #625 from Mashimiao/spec-config-comment-fix
Browse files Browse the repository at this point in the history
spec-go/config: comment fix
  • Loading branch information
dqminh authored Nov 15, 2016
2 parents d7e87ca + f305e64 commit 176fe80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs-go/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ const (
ActAllow LinuxSeccompAction = "SCMP_ACT_ALLOW"
)

// LinuxOperatorOperator used to match syscall arguments in Seccomp
// LinuxSeccompOperator used to match syscall arguments in Seccomp
type LinuxSeccompOperator string

// Define operators for syscall arguments in Seccomp
Expand All @@ -519,7 +519,7 @@ const (
OpMaskedEqual LinuxSeccompOperator = "SCMP_CMP_MASKED_EQ"
)

// Arg used for matching specific syscall arguments in Seccomp
// LinuxSeccompArg used for matching specific syscall arguments in Seccomp
type LinuxSeccompArg struct {
Index uint `json:"index"`
Value uint64 `json:"value"`
Expand Down

0 comments on commit 176fe80

Please sign in to comment.