From: Bill Joy Date: Sat, 7 Mar 1981 10:21:51 +0000 (-0800) Subject: spelling sn%d not bn%d X-Git-Tag: BSD-4_1_snap-Snapshot-Development~1891 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/8dddd61f67cac2aa9ef6dcbdfdaf72e5a3bdcd3b?hp=fdd11a14b2855b690f79541b5a43c5dfd4ea45fe spelling sn%d not bn%d SCCS-vsn: sys/vax/mba/hp.c 4.23 --- diff --git a/usr/src/sys/vax/mba/hp.c b/usr/src/sys/vax/mba/hp.c index 795e46b31f..8fd811329e 100644 --- a/usr/src/sys/vax/mba/hp.c +++ b/usr/src/sys/vax/mba/hp.c @@ -1,4 +1,4 @@ -/* hp.c 4.22 81/03/06 */ +/* hp.c 4.23 81/03/06 */ #include "hp.h" #if NHP > 0 @@ -332,7 +332,7 @@ hpecc(mi, rm80sse) } #endif o = (int)bp->b_un.b_addr & PGOFSET; - printf("hp%d%c: soft ecc bn%d\n", dkunit(bp), + printf("hp%d%c: soft ecc sn%d\n", dkunit(bp), 'a'+(minor(bp->b_dev)&07), bp->b_blkno + npf); mask = rp->hpec2&0xffff; i = (rp->hpec1&0xffff) - 1; /* -1 makes 0 origin */