arch/x86/exception: Improve the readability of a comment

Add punctuation and fix a typo.

Change-Id: Ic61c665f7e2daefb50b478a1710ea66c8a88235a
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/28993
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Jonathan Neuschäfer 2018-10-10 14:22:48 +02:00 committed by Patrick Georgi
parent 900fcb50f4
commit 773cc1b413
1 changed files with 2 additions and 2 deletions

View File

@ -554,8 +554,8 @@ struct intr_gate {
/* Even though the vecX symbols are interrupt entry points just treat them /* Even though the vecX symbols are interrupt entry points just treat them
like data to more easily get the pointer values in C. Because IDT entries like data to more easily get the pointer values in C. Because IDT entries
format splits the offset field up one can't use the linker to resolve format splits the offset field up, one can't use the linker to resolve
parts of a relecation on x86 ABI an array of pointers is used to gather parts of a relocation on x86 ABI. An array of pointers is used to gather
the symbols. The IDT is initialized at runtime when exception_init() is the symbols. The IDT is initialized at runtime when exception_init() is
called. */ called. */
extern u8 vec0[], vec1[], vec2[], vec3[], vec4[], vec5[], vec6[], vec7[]; extern u8 vec0[], vec1[], vec2[], vec3[], vec4[], vec5[], vec6[], vec7[];