Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/s3c2xx0 fix typo in an error message. reported ...
details: https://anonhg.NetBSD.org/src/rev/df728efc96fb
branches: trunk
changeset: 546631:df728efc96fb
user: bsh <bsh%NetBSD.org@localhost>
date: Sat May 03 05:19:00 2003 +0000
description:
fix typo in an error message. reported by Jonathan Cline on port-arm.
diffstat:
sys/arch/arm/s3c2xx0/s3c2800.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 89187404ef3b -r df728efc96fb sys/arch/arm/s3c2xx0/s3c2800.c
--- a/sys/arch/arm/s3c2xx0/s3c2800.c Sat May 03 05:17:54 2003 +0000
+++ b/sys/arch/arm/s3c2xx0/s3c2800.c Sat May 03 05:19:00 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: s3c2800.c,v 1.2 2003/01/01 00:46:15 thorpej Exp $ */
+/* $NetBSD: s3c2800.c,v 1.3 2003/05/03 05:19:00 bsh Exp $ */
/*
* Copyright (c) 2002 Fujitsu Component Limited
@@ -139,7 +139,7 @@
if (bus_space_map(iot, S3C2800_TIMER1_BASE,
S3C2800_TIMER_SIZE, 0, &sc->sc_tmr1_ioh))
- FAIL("TIMER0");
+ FAIL("TIMER1");
printf("\n");
Home |
Main Index |
Thread Index |
Old Index