From 9d2673924b68d4cb0fa812e065474cc47608d422 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Tue, 23 Jun 2026 12:43:00 +0200 Subject: [PATCH] confidential-virt: fix comment regarding vmm.c location Signed-off-by: Paul Meyer --- src/fundamental/confidential-virt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fundamental/confidential-virt.h b/src/fundamental/confidential-virt.h index d78ad3650c4..fce172e6f39 100644 --- a/src/fundamental/confidential-virt.h +++ b/src/fundamental/confidential-virt.h @@ -4,7 +4,7 @@ #include /* Keep CVM detection logic in this file at feature parity with - * that in src/efi/boot/vmm.c */ + * that in src/boot/vmm.c */ #define CPUID_PROCESSOR_INFO_AND_FEATURE_BITS UINT32_C(0x1) -- 2.47.3