From: Jelle van der Waa Date: Tue, 3 Jun 2025 13:32:49 +0000 (+0200) Subject: repart: correct argument comment X-Git-Tag: v258-rc1~399^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b58550bd4aa154d43372a280312ca249b82619e;p=thirdparty%2Fsystemd.git repart: correct argument comment --- 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);