]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: correct argument comment
authorJelle van der Waa <jvanderwaa@redhat.com>
Tue, 3 Jun 2025 13:32:49 +0000 (15:32 +0200)
committerJelle van der Waa <jvanderwaa@redhat.com>
Wed, 4 Jun 2025 08:52:59 +0000 (10:52 +0200)
src/repart/repart.c

index 1b8d02ac1abba43a8c23647daecd0470d2089747..5fe195c033d5e2c5cb9af32aec80dad1e472ed6b 100644 (file)
@@ -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);