We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c97cf commit 404de4bCopy full SHA for 404de4b
seccomp.go
@@ -1343,7 +1343,7 @@ func (f *ScmpFilter) TransactionReject() {
1343
C.seccomp_transaction_reject(f.filterCtx)
1344
}
1345
1346
-// TransactionReject commits a transaction started by [TransactionStart].
+// TransactionCommit commits a transaction started by [TransactionStart].
1347
func (f *ScmpFilter) TransactionCommit() error {
1348
f.lock.Lock()
1349
defer f.lock.Unlock()
0 commit comments