Fix error message.

This commit is contained in:
uwe 2002-04-04 17:45:24 +00:00
parent 46d335a320
commit 118ae09c44
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rtc.c,v 1.3 2002/03/12 00:32:30 uwe Exp $ */
/* $NetBSD: rtc.c,v 1.4 2002/04/04 17:45:24 uwe Exp $ */
/*
* Copyright (c) 2001 Valeriy E. Ushakov
@ -134,7 +134,7 @@ rtcattach_ebus(parent, self, aux)
if (bus_space_map(sc->sc_bt, EBUS_ADDR_FROM_REG(&ea->ea_reg[0]),
ea->ea_reg[0].size, 0, &sc->sc_bh) != 0)
{
printf(": can't map registers\n", self->dv_xname);
printf(": unable to map registers\n");
return;
}