Skip to content

Commit

Permalink
Merge pull request #2152 from mtrmac/crypt-cleanups
Browse files Browse the repository at this point in the history
Fix a comment
  • Loading branch information
rhatdan authored Oct 21, 2023
2 parents a1f6435 + f9ad559 commit 1061394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy/encryption.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (d *bpDecryptionStepData) updateCryptoOperation(operation *types.LayerCrypt
}
}

// bpdData contains data that the copy pipeline needs about the encryption step.
// bpEncryptionStepData contains data that the copy pipeline needs about the encryption step.
type bpEncryptionStepData struct {
encrypting bool // We are actually encrypting the stream
finalizer ocicrypt.EncryptLayerFinalizer
Expand Down

0 comments on commit 1061394

Please sign in to comment.