<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27919">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">src/arch: Fix typo<br><br>Change-Id: I24d219b4ce6033f64886e22973ca8716113d319f<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/arch/arm/armv7/thread.c<br>M src/arch/x86/thread.c<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/19/27919/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/arch/arm/armv7/thread.c b/src/arch/arm/armv7/thread.c</span><br><span>index 751745b..9c1c1bb 100644</span><br><span>--- a/src/arch/arm/armv7/thread.c</span><br><span>+++ b/src/arch/arm/armv7/thread.c</span><br><span>@@ -70,7 +70,7 @@</span><br><span> void __attribute__((naked))</span><br><span> switch_to_thread(uintptr_t new_stack, uintptr_t *saved_stack)</span><br><span> {</span><br><span style="color: hsl(0, 100%, 40%);">-   /* Defintions for those of us not totally familiar with ARM:</span><br><span style="color: hsl(120, 100%, 40%);">+  /* Definitions for those of us not totally familiar with ARM:</span><br><span>         * R15 -- PC, R14 -- LR, R13 -- SP</span><br><span>    * R0-R3 need not be saved, nor R12.</span><br><span>          * on entry, the only saved state is in LR -- the old PC.</span><br><span>diff --git a/src/arch/x86/thread.c b/src/arch/x86/thread.c</span><br><span>index 0a11141..b1cd99f 100644</span><br><span>--- a/src/arch/x86/thread.c</span><br><span>+++ b/src/arch/x86/thread.c</span><br><span>@@ -47,7 +47,7 @@</span><br><span>       stack = push_stack(stack, (uintptr_t)arg);</span><br><span>   stack = push_stack(stack, (uintptr_t)0);</span><br><span>     stack = push_stack(stack, (uintptr_t)thread_entry);</span><br><span style="color: hsl(0, 100%, 40%);">-     /* Make room for the registers. Ignore intial values. */</span><br><span style="color: hsl(120, 100%, 40%);">+      /* Make room for the registers. Ignore initial values. */</span><br><span>    stack -= sizeof(struct pushad_regs);</span><br><span> </span><br><span>     t->stack_current = stack;</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27919">change 27919</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/27919"/><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: I24d219b4ce6033f64886e22973ca8716113d319f </div>
<div style="display:none"> Gerrit-Change-Number: 27919 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>