From 2ed0aa258f4bcbf978998ccd3a76f7b1c2d3d031 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 5 Jan 2016 20:58:58 -0700 Subject: Correct some common spelling mistakes - occured -> occurred - accomodate -> accommodate - existant -> existent - asssertion -> assertion - manangement -> management - cotroller -> controller Change-Id: Ibd6663752466d691fabbdc216ea05f2b58ac12d1 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/12850 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Stefan Reinauer --- src/arch/x86/exception.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86') diff --git a/src/arch/x86/exception.c b/src/arch/x86/exception.c index 65181e224e..d675ebada8 100644 --- a/src/arch/x86/exception.c +++ b/src/arch/x86/exception.c @@ -385,7 +385,7 @@ void x86_exception(struct eregs *info) signo = exception_to_signal[info->vector]; } - /* reply to the host that an exception has occured */ + /* reply to the host that an exception has occurred */ out_buffer[0] = 'S'; out_buffer[1] = hexchars[(signo>>4) & 0xf]; out_buffer[2] = hexchars[signo & 0xf]; -- cgit v1.2.3