diff options
author | Pierre Gondois <pierre.gondois@arm.com> | 2022-08-23 09:00:18 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-09-01 23:22:53 +0000 |
commit | 6edd257861fd8ef44d23a6c1afb329efd95a9ae7 (patch) | |
tree | 7f1632e1229411b03744c638dac22e3075656573 /IntelFsp2WrapperPkg | |
parent | ac55fcb051e4f288d29432043a42c13866419598 (diff) | |
download | edk2-6edd257861fd8ef44d23a6c1afb329efd95a9ae7.tar.gz edk2-6edd257861fd8ef44d23a6c1afb329efd95a9ae7.tar.bz2 edk2-6edd257861fd8ef44d23a6c1afb329efd95a9ae7.zip |
IntelFsp2WrapperPkg: Remove duplicated words
In an effort to clean the documentation of the above
package, remove duplicated words.
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Diffstat (limited to 'IntelFsp2WrapperPkg')
-rw-r--r-- | IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec | 2 |
1 files changed, 1 insertions, 1 deletions
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)
|