<p>Patrick Georgi <strong>merged</strong> this change.</p><p><a href="https://review.coreboot.org/28993">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  build bot (Jenkins): Verified
  Angel Pons: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">arch/x86/exception: Improve the readability of a comment<br><br>Add punctuation and fix a typo.<br><br>Change-Id: Ic61c665f7e2daefb50b478a1710ea66c8a88235a<br>Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net><br>Reviewed-on: https://review.coreboot.org/28993<br>Tested-by: build bot (Jenkins) <no-reply@coreboot.org><br>Reviewed-by: Angel Pons <th3fanbus@gmail.com><br>---<br>M src/arch/x86/exception.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/arch/x86/exception.c b/src/arch/x86/exception.c</span><br><span>index a281c54..0f42fdf 100644</span><br><span>--- a/src/arch/x86/exception.c</span><br><span>+++ b/src/arch/x86/exception.c</span><br><span>@@ -554,8 +554,8 @@</span><br><span> </span><br><span> /* Even though the vecX symbols are interrupt entry points just treat them</span><br><span>    like data to more easily get the pointer values in C. Because IDT entries</span><br><span style="color: hsl(0, 100%, 40%);">-   format splits the offset field up one can't use the linker to resolve</span><br><span style="color: hsl(0, 100%, 40%);">-   parts of a relecation on x86 ABI an array of pointers is used to gather</span><br><span style="color: hsl(120, 100%, 40%);">+   format splits the offset field up, one can't use the linker to resolve</span><br><span style="color: hsl(120, 100%, 40%);">+   parts of a relocation on x86 ABI. An array of pointers is used to gather</span><br><span>    the symbols. The IDT is initialized at runtime when exception_init() is</span><br><span>    called. */</span><br><span> extern u8 vec0[], vec1[], vec2[], vec3[], vec4[], vec5[], vec6[], vec7[];</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28993">change 28993</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/28993"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: Ic61c665f7e2daefb50b478a1710ea66c8a88235a </div>
<div style="display:none"> Gerrit-Change-Number: 28993 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer@gmx.net> </div>
<div style="display:none"> Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>