]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
analyze-pcrs: Fix typo 28333/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 10 Jul 2023 10:49:52 +0000 (12:49 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 10 Jul 2023 12:26:54 +0000 (14:26 +0200)
src/analyze/analyze-pcrs.c

index b9a6ac144aad2cb6b3c65e1589f83b909f13ba6e..df678ab935f8f7fbdb3e384320a431ddec573498 100644 (file)
@@ -97,7 +97,7 @@ int verb_pcrs(int argc, char *argv[], void *userdata) {
         int r;
 
         if (tpm2_support() != TPM2_SUPPORT_FULL)
-                log_notice("System has not TPM2 support, not showing PCR state.");
+                log_notice("System lacks full TPM2 support, not showing PCR state.");
         else {
                 r = get_pcr_alg(&alg);
                 if (r < 0)