From f9ad5597ec458d14f45cab893cdca77a449e1f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 20 Oct 2023 17:44:25 +0200 Subject: [PATCH] Fix a comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miloslav Trmač --- copy/encryption.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy/encryption.go b/copy/encryption.go index b406b0c316..1305676d7a 100644 --- a/copy/encryption.go +++ b/copy/encryption.go @@ -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