From 6edd257861fd8ef44d23a6c1afb329efd95a9ae7 Mon Sep 17 00:00:00 2001 From: Pierre Gondois Date: Tue, 23 Aug 2022 09:00:18 -0700 Subject: IntelFsp2WrapperPkg: Remove duplicated words In an effort to clean the documentation of the above package, remove duplicated words. Cc: Chasel Chiu Cc: Nate DeSimone Signed-off-by: Pierre Gondois Reviewed-by: Chasel Chiu Reviewed-by: Nate DeSimone --- IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IntelFsp2WrapperPkg') diff --git a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec index d96037b63b..95ada0f7a1 100644 --- a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec +++ b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec @@ -95,7 +95,7 @@ # We need a flag (PCD) to indicate if there is need to do such FSP measurement or NOT. # 2) The FSP binary includes FSP code and FSP UPD region. The UPD region is considered # as configuration block, and it may be updated by OEM by design. - # This flag (PCD) is to indicate if we need isolate the the UPD region from the FSP code region. + # This flag (PCD) is to indicate if we need isolate the UPD region from the FSP code region. # BIT0: Need measure FSP. (for FSP1.x) - reserved in FSP2. # BIT1: Need measure FSPT. (for FSP 2.x) # BIT2: Need measure FSPM. (for FSP 2.x) -- cgit