[coreboot-gerrit] Change in coreboot[master]: src/include: Fix typo

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Tue Aug 7 12:26:42 CEST 2018


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


Change subject: src/include: Fix typo
......................................................................

src/include: Fix typo

Change-Id: Iff445dccf29957078b8308d73fb302d03cf47d31
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/include/bootblock_common.h
M src/include/types.h
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/27914/1

diff --git a/src/include/bootblock_common.h b/src/include/bootblock_common.h
index 0f6c5e4..7af0ceb 100644
--- a/src/include/bootblock_common.h
+++ b/src/include/bootblock_common.h
@@ -24,7 +24,7 @@
 /*
  * These are defined as weak no-ops that can be overridden by mainboard/SoC.
  * The 'early' variants are called prior to console initialization. Also, the
- * SoC functions are called prior to the mainboard fucntions.
+ * SoC functions are called prior to the mainboard functions.
  */
 void decompressor_soc_init(void);
 void bootblock_mainboard_early_init(void);
diff --git a/src/include/types.h b/src/include/types.h
index 7307cd5..b76c95b 100644
--- a/src/include/types.h
+++ b/src/include/types.h
@@ -34,7 +34,7 @@
  * 100.
  */
 enum cb_err {
-	CB_SUCCESS = 0,		/**< Call completed succesfully */
+	CB_SUCCESS = 0,		/**< Call completed successfully */
 	CB_ERR = -1,		/**< Generic error code */
 	CB_ERR_ARG = -2,	/**< Invalid argument */
 

-- 
To view, visit https://review.coreboot.org/27914
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: Iff445dccf29957078b8308d73fb302d03cf47d31
Gerrit-Change-Number: 27914
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/20180807/335591eb/attachment-0001.html>


More information about the coreboot-gerrit mailing list