From: Kevin O'Connor Date: Thu, 3 Sep 2015 16:21:51 +0000 (-0400) Subject: minor - correct spelling error in comment X-Git-Tag: rel-1.9.0~38 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=537dac211bb17a389c7a57622aca42fd25e1ba68;p=seabios.git minor - correct spelling error in comment Signed-off-by: Kevin O'Connor --- diff --git a/src/stacks.c b/src/stacks.c index 7759c57..708add5 100644 --- a/src/stacks.c +++ b/src/stacks.c @@ -180,7 +180,7 @@ call32_sloppy_prep(void) inb(PORT_CMOS_DATA); SET_LOW(Call32Data.cmosindex, cmosindex); - // Enable a20 and backup it's previous state + // Enable a20 and backup its previous state SET_LOW(Call32Data.a20, set_a20(1)); // Backup ss/fs/gs and gdt