[coreboot-gerrit] Change in coreboot[master]: src/drivers/spi/tpm: Fix typo

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Wed Aug 29 17:23:25 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/28387


Change subject: src/drivers/spi/tpm: Fix typo
......................................................................

src/drivers/spi/tpm: Fix typo

Change-Id: Ifb1e024821153865dd4a27a100f8a9c61151e0e1
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/drivers/spi/tpm/tpm.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/28387/1

diff --git a/src/drivers/spi/tpm/tpm.c b/src/drivers/spi/tpm/tpm.c
index 3206ba1..ac9cf24 100644
--- a/src/drivers/spi/tpm/tpm.c
+++ b/src/drivers/spi/tpm/tpm.c
@@ -442,7 +442,7 @@
 	for (retries = 15; retries > 0; retries--) {
 		int i;
 
-		/* In case of falure to read div_vid is set to zero. */
+		/* In case of failure to read div_vid is set to zero. */
 		tpm2_read_reg(TPM_DID_VID_REG, &did_vid, sizeof(did_vid));
 
 		for (i = 0; i < ARRAY_SIZE(supported_did_vids); i++)

-- 
To view, visit https://review.coreboot.org/28387
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifb1e024821153865dd4a27a100f8a9c61151e0e1
Gerrit-Change-Number: 28387
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180829/0e1827cf/attachment.html>


More information about the coreboot-gerrit mailing list