Fix some minor typo's in the comments.

This commit is contained in:
Nate Williams 1996-03-12 21:23:56 +00:00
parent 5d9d7f34a7
commit 5e364b3cae
2 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@
*
* Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
*
* $Id: apm_init.S,v 1.4 1995/02/17 02:22:31 phk Exp $
* $Id: apm_init.S,v 1.5 1996/03/11 21:54:22 nate Exp $
*/
/*
@ -46,9 +46,9 @@
* APM BIOS initializer
*
* Return value:
* %eax 0xfffffff Can't find APM BIOS
* 0xffffffe Don't support 32bit connection
* 0xffffffd Connection error
* %eax 0xffffffff Can't find APM BIOS
* 0xfffffffe Don't support 32bit connection
* 0xfffffffd Connection error
* otherwise APM version (16bit BCD format)
* %ebx APM cs entry offset (32bit)
* %ecx lower 16bit APM 16bit cs base (real mode segment)

View File

@ -12,7 +12,7 @@
*
* Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
*
* $Id: apm_init.S,v 1.4 1995/02/17 02:22:31 phk Exp $
* $Id: apm_init.S,v 1.5 1996/03/11 21:54:22 nate Exp $
*/
/*
@ -46,9 +46,9 @@
* APM BIOS initializer
*
* Return value:
* %eax 0xfffffff Can't find APM BIOS
* 0xffffffe Don't support 32bit connection
* 0xffffffd Connection error
* %eax 0xffffffff Can't find APM BIOS
* 0xfffffffe Don't support 32bit connection
* 0xfffffffd Connection error
* otherwise APM version (16bit BCD format)
* %ebx APM cs entry offset (32bit)
* %ecx lower 16bit APM 16bit cs base (real mode segment)