Skip to content

Commit 404de4b

Browse files
committed
Fix typo in docstring
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 36c97cf commit 404de4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seccomp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@ func (f *ScmpFilter) TransactionReject() {
13431343
C.seccomp_transaction_reject(f.filterCtx)
13441344
}
13451345

1346-
// TransactionReject commits a transaction started by [TransactionStart].
1346+
// TransactionCommit commits a transaction started by [TransactionStart].
13471347
func (f *ScmpFilter) TransactionCommit() error {
13481348
f.lock.Lock()
13491349
defer f.lock.Unlock()

0 commit comments

Comments
 (0)