diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-01-16 15:00:02 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-18 07:36:49 +0000 |
commit | 2d634c90695cc0ff2be3b39c1d748915fb83c86b (patch) | |
tree | 23bf54926d047323324a4f4b7683911d4d8edfd2 /src/security | |
parent | 98d6f33c0bc15567b340174c610e590210f5af12 (diff) |
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>
Diffstat (limited to 'src/security')
-rw-r--r-- | src/security/vboot/secdata_tpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/security/vboot/secdata_tpm.c b/src/security/vboot/secdata_tpm.c index 0e14575f61..db5f2e773e 100644 --- a/src/security/vboot/secdata_tpm.c +++ b/src/security/vboot/secdata_tpm.c @@ -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)) |