From 46d0cc16fe110eacda5ecdd88dd2f46f866ba560 Mon Sep 17 00:00:00 2001 From: sunceping Date: Mon, 19 Jun 2023 13:44:50 +0800 Subject: [PATCH] OvmfPkg/VmmSpdmVTpm: Correct the secuerd Signed-off-by: Sun, Ceping --- OvmfPkg/Library/VmmSpdmVTpm/VTpmRtmr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OvmfPkg/Library/VmmSpdmVTpm/VTpmRtmr.c b/OvmfPkg/Library/VmmSpdmVTpm/VTpmRtmr.c index 6b2b5286206..96dc13a985d 100644 --- a/OvmfPkg/Library/VmmSpdmVTpm/VTpmRtmr.c +++ b/OvmfPkg/Library/VmmSpdmVTpm/VTpmRtmr.c @@ -142,7 +142,7 @@ HashAndExtendToRtmr( /** * If the VTPM spdm session is established, tdvf will - * extend the secuerd session info to RTMR[3] and extend + * extend the secured session info to RTMR[3] and extend * the hash(vTPM) to RTMR[0] RTMR[1] RTMR[2] RTMR[3]. * If the session is failed to establish, * TDVF shall extend a random once value to RTMR[3].