From 59fe7e6ef1dc6a2094f4cde34f61e4eb5bb7d864 Mon Sep 17 00:00:00 2001 From: Alberto Planas Date: Thu, 4 Jan 2024 13:32:59 +0100 Subject: [PATCH] Fix typo in verb_make_policy explanation Signed-off-by: Alberto Planas --- src/pcrlock/pcrlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pcrlock/pcrlock.c b/src/pcrlock/pcrlock.c index d1bab5f59f8..8841f4e76ce 100644 --- a/src/pcrlock/pcrlock.c +++ b/src/pcrlock/pcrlock.c @@ -4174,7 +4174,7 @@ static int verb_make_policy(int argc, char *argv[], void *userdata) { * policies). * * Whenever we want to lock an encrypted object (for example FDE) against this policy, we'll use a - * PolicyAuthorizeNV epxression that pins the NV index in the policy, and permits access to any + * PolicyAuthorizeNV expression that pins the NV index in the policy, and permits access to any * policies matching the current NV index contents. * * We grant world-readable read access to the NV index. Write access is controlled by a PIN (which we -- 2.47.3