From 773cc1b413af580db3dedebafe4cdfdf7808aa29 Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Wed, 10 Oct 2018 14:22:48 +0200 Subject: arch/x86/exception: Improve the readability of a comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add punctuation and fix a typo. Change-Id: Ic61c665f7e2daefb50b478a1710ea66c8a88235a Signed-off-by: Jonathan Neuschäfer Reviewed-on: https://review.coreboot.org/28993 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/arch/x86/exception.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/arch/x86/exception.c b/src/arch/x86/exception.c index a281c54c1d..0f42fdf79f 100644 --- a/src/arch/x86/exception.c +++ b/src/arch/x86/exception.c @@ -554,8 +554,8 @@ struct intr_gate { /* 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 - 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 + format splits the offset field up, one can't use the linker to resolve + 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 called. */ extern u8 vec0[], vec1[], vec2[], vec3[], vec4[], vec5[], vec6[], vec7[]; -- cgit v1.2.3