From 2b58550bd4aa154d43372a280312ca249b82619e Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Tue, 3 Jun 2025 15:32:49 +0200 Subject: [PATCH] repart: correct argument comment --- src/repart/repart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/repart/repart.c b/src/repart/repart.c index 1b8d02ac1ab..5fe195c033d 100644 --- a/src/repart/repart.c +++ b/src/repart/repart.c @@ -4805,7 +4805,7 @@ static int partition_encrypt(Context *context, Partition *p, PartitionTarget *ta r = tpm2_calculate_sealing_policy( arg_tpm2_hash_pcr_values, arg_tpm2_n_hash_pcr_values, - /* pubkey= */ NULL, /* Turn this one off for the 2nd shard */ + /* public= */ NULL, /* Turn this one off for the 2nd shard */ /* use_pin= */ false, &pcrlock_policy, /* But turn this one on */ policy_hash + 1); -- 2.47.3