From 63a40f18ca6106e681c75dd2ab654b5c813f534a Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Fri, 24 Jul 2020 13:17:59 -0300 Subject: [PATCH] Fix header spacing in ioapic --- src/ioapic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ioapic.c b/src/ioapic.c index a45ad14c7..498787582 100644 --- a/src/ioapic.c +++ b/src/ioapic.c @@ -7,7 +7,7 @@ * This file is part of the 86Box distribution. * * Skeleton I/O APIC implementation, currently housing the MPS - * table patcher for machines that require it. + * table patcher for machines that require it. * * *