[coreboot-gerrit] Change in coreboot[master]: src/{commonlib, lib}: Fix typo

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Wed Aug 15 11:18:32 CEST 2018


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


Change subject: src/{commonlib,lib}: Fix typo
......................................................................

src/{commonlib,lib}: Fix typo

Change-Id: If7650ac4d9be2614a9665c7f2aba9ac5cc413efe
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/commonlib/storage/mmc.c
M src/lib/selfboot.c
2 files changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/28097/1

diff --git a/src/commonlib/storage/mmc.c b/src/commonlib/storage/mmc.c
index e09d826..b62c8be 100644
--- a/src/commonlib/storage/mmc.c
+++ b/src/commonlib/storage/mmc.c
@@ -197,7 +197,7 @@
 	return ret;
 }
 
-static int mmc_send_tunning_seq(struct sd_mmc_ctrlr *ctrlr, char *buffer)
+static int mmc_send_tuning_seq(struct sd_mmc_ctrlr *ctrlr, char *buffer)
 {
 	struct mmc_command cmd;
 	struct mmc_data data;
@@ -225,7 +225,7 @@
 	/* Request the device send the tuning sequence up to 40 times */
 	ctrlr->tuning_start(ctrlr, 0);
 	for (index = 0; index < 40; index++) {
-		mmc_send_tunning_seq(ctrlr, buffer);
+		mmc_send_tuning_seq(ctrlr, buffer);
 		if (ctrlr->is_tuning_complete(ctrlr, &successful)) {
 			if (successful)
 				return 0;
diff --git a/src/lib/selfboot.c b/src/lib/selfboot.c
index a79f61d..fbd1cc4 100644
--- a/src/lib/selfboot.c
+++ b/src/lib/selfboot.c
@@ -511,7 +511,7 @@
 		}
 
 		/*
-		 * Each architecture can perform additonal operations
+		 * Each architecture can perform additional operations
 		 * on the loaded segment
 		 */
 		prog_segment_loaded((uintptr_t)dest, ptr->s_memsz,

-- 
To view, visit https://review.coreboot.org/28097
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: If7650ac4d9be2614a9665c7f2aba9ac5cc413efe
Gerrit-Change-Number: 28097
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/20180815/678e8bae/attachment.html>


More information about the coreboot-gerrit mailing list