Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/iomd Fix typo



details:   https://anonhg.NetBSD.org/src/rev/ec80caa9202f
branches:  trunk
changeset: 789416:ec80caa9202f
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Aug 18 16:09:50 2013 +0000

description:
Fix typo

diffstat:

 sys/arch/arm/iomd/iomd_fiq.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b5cbeeee722e -r ec80caa9202f sys/arch/arm/iomd/iomd_fiq.S
--- a/sys/arch/arm/iomd/iomd_fiq.S      Sun Aug 18 16:08:42 2013 +0000
+++ b/sys/arch/arm/iomd/iomd_fiq.S      Sun Aug 18 16:09:50 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iomd_fiq.S,v 1.4 2013/08/18 06:28:18 matt Exp $        */
+/*     $NetBSD: iomd_fiq.S,v 1.5 2013/08/18 16:09:50 matt Exp $        */
 
 /*
  * Copyright (c) 1994-1996 Mark Brinicombe.
@@ -76,7 +76,7 @@
        bne     _C_LABEL(floppy_read_fiq)
 #endif
        subs    pc, lr, #0x00000004
-END(_floppy_read_fiq)
+END(floppy_read_fiq)
 
        .global _C_LABEL(floppy_read_fiq_end)
 _C_LABEL(floppy_read_fiq_end):



Home | Main Index | Thread Index | Old Index