<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27914">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">src/include: Fix typo<br><br>Change-Id: Iff445dccf29957078b8308d73fb302d03cf47d31<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/include/bootblock_common.h<br>M src/include/types.h<br>2 files changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/27914/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/include/bootblock_common.h b/src/include/bootblock_common.h</span><br><span>index 0f6c5e4..7af0ceb 100644</span><br><span>--- a/src/include/bootblock_common.h</span><br><span>+++ b/src/include/bootblock_common.h</span><br><span>@@ -24,7 +24,7 @@</span><br><span> /*</span><br><span>  * These are defined as weak no-ops that can be overridden by mainboard/SoC.</span><br><span>  * The 'early' variants are called prior to console initialization. Also, the</span><br><span style="color: hsl(0, 100%, 40%);">- * SoC functions are called prior to the mainboard fucntions.</span><br><span style="color: hsl(120, 100%, 40%);">+ * SoC functions are called prior to the mainboard functions.</span><br><span>  */</span><br><span> void decompressor_soc_init(void);</span><br><span> void bootblock_mainboard_early_init(void);</span><br><span>diff --git a/src/include/types.h b/src/include/types.h</span><br><span>index 7307cd5..b76c95b 100644</span><br><span>--- a/src/include/types.h</span><br><span>+++ b/src/include/types.h</span><br><span>@@ -34,7 +34,7 @@</span><br><span>  * 100.</span><br><span>  */</span><br><span> enum cb_err {</span><br><span style="color: hsl(0, 100%, 40%);">-   CB_SUCCESS = 0,         /**< Call completed succesfully */</span><br><span style="color: hsl(120, 100%, 40%);">+ CB_SUCCESS = 0,         /**< Call completed successfully */</span><br><span>       CB_ERR = -1,            /**< Generic error code */</span><br><span>        CB_ERR_ARG = -2,        /**< Invalid argument */</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27914">change 27914</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/27914"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Iff445dccf29957078b8308d73fb302d03cf47d31 </div>
<div style="display:none"> Gerrit-Change-Number: 27914 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>