From 63373edce006983d1e2aef7d71c1653ae337ed18 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 8 Jul 2013 16:24:19 -0600 Subject: device: Fix spelling Change-Id: I53a40d114aa2da76398c5b97443d4096809dcf36 Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/3730 Reviewed-by: Ronald G. Minnich Reviewed-by: Paul Menzel Tested-by: Stefan Reinauer --- src/device/oprom/x86emu/sys.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/device/oprom/x86emu/sys.c') diff --git a/src/device/oprom/x86emu/sys.c b/src/device/oprom/x86emu/sys.c index b3b3cd7123..9785a9dd77 100644 --- a/src/device/oprom/x86emu/sys.c +++ b/src/device/oprom/x86emu/sys.c @@ -35,7 +35,7 @@ * Description: This file includes subroutines which are related to * programmed I/O and memory access. Included in this module * are default functions with limited usefulness. For real -* uses these functions will most likely be overriden by the +* uses these functions will most likely be overridden by the * user library. * ****************************************************************************/ @@ -381,7 +381,7 @@ PARAMETERS: int - New software interrupt to prepare for REMARKS: -This function is used to set up the emulator state to exceute a software +This function is used to set up the emulator state to execute a software interrupt. This can be used by the user application code to allow an interrupt to be hooked, examined and then reflected back to the emulator so that the code in the emulator will continue processing the software -- cgit v1.2.3