Fix typo.
authorhpa <hpa>
Fri, 5 Mar 1999 15:23:27 +0000 (15:23 +0000)
committerhpa <hpa>
Fri, 5 Mar 1999 15:23:27 +0000 (15:23 +0000)
ldlinux.asm

index e790a9a..d8e6961 100644 (file)
@@ -2342,7 +2342,7 @@ bcopy:            push eax
 ; We typically toggle A20 twice for every 64K transferred.
 ; 
 %define        io_delay        call _io_delay
-%define io_delay_port  80h             ; Invalid port (we hope!)
+%define IO_DELAY_PORT  80h             ; Invalid port (we hope!)
 %define delaytime      1024            ; 4 x ISA bus cycles (@ 1.5 µs)
 
 _io_delay:     push ax