security/vboot/secdata_tpm.c: Remove repeated word

Change-Id: Idc17a4305398defd19e7f6ba2fc00bf69af34c4b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49526
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
This commit is contained in:
Elyes HAOUAS 2021-01-16 15:00:02 +01:00 committed by Patrick Georgi
parent 98d6f33c0b
commit 2d634c9069
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ static uint32_t _factory_initialize_tpm(struct vb2_context *ctx)
* Define and set rec hash space, if available. No need to
* create the RW hash space because we will definitely boot
* once in normal mode before shipping, meaning that the space
* will get created with correct permissions while still in in
* will get created with correct permissions while still in
* our hands.
*/
if (CONFIG(VBOOT_HAS_REC_HASH_SPACE))