From 7ca8d42cde0cf41591e2e1d757a779cde3a656b4 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Wed, 28 Aug 2024 14:09:18 -0400 Subject: [PATCH] tpmr : match desc of function in comment Co-authored-by: JonathonHall-Purism <109107914+JonathonHall-Purism@users.noreply.github.com> Signed-off-by: Thierry Laurion --- initrd/bin/tpmr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initrd/bin/tpmr b/initrd/bin/tpmr index b96eaf4f..fb10f0c7 100755 --- a/initrd/bin/tpmr +++ b/initrd/bin/tpmr @@ -101,7 +101,7 @@ is_hash() { # extend_pcr_state - extend a PCR state value with more hashes or raw data (which is hashed) # usage: -# extend_pcr_state +# extend_pcr_state # alg - either 'sha1' or 'sha256' to specify algorithm # state - a hash value setting the initial state # files/hashes... - any number of files or hashes, state is extended once for each item