diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1998-03-11 13:05:08 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1998-03-11 13:05:08 +0000 |
commit | df1e70ded1d33b87da53e9f0f7be3432c8a6d623 (patch) | |
tree | 8678d1a13ef599c8a5d919d9046d515c0f2391df /sys/arch/i386 | |
parent | 405c80d127449c36da947ebcf5fa23beaf1f0603 (diff) |
remove wrong end of comment which breaks compilation with -DSERIAL
enabled
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/mbr/mbr.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/mbr/mbr.S b/sys/arch/i386/stand/mbr/mbr.S index 173684a720f..9a4d10ca6be 100644 --- a/sys/arch/i386/stand/mbr/mbr.S +++ b/sys/arch/i386/stand/mbr/mbr.S @@ -1,4 +1,4 @@ -/* $OpenBSD: mbr.S,v 1.12 1997/11/05 02:14:18 mickey Exp $ */ +/* $OpenBSD: mbr.S,v 1.13 1998/03/11 13:05:07 graichen Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff and Tobias Weingartner @@ -120,7 +120,7 @@ reloc: popl %ds /* and %ds is at the %cs */ #ifdef SERIAL - /* Initialize the serial port to 9600 baud, 8N1. */ + /* Initialize the serial port to 9600 baud, 8N1. * Do we need to do this? Most things at this level * do not know or care (on a PC) where the output is * happening to go. I think if we are headless, |