From 8dddd61f67cac2aa9ef6dcbdfdaf72e5a3bdcd3b Mon Sep 17 00:00:00 2001 From: Bill Joy Date: Sat, 7 Mar 1981 02:21:51 -0800 Subject: [PATCH] spelling sn%d not bn%d SCCS-vsn: sys/vax/mba/hp.c 4.23 --- usr/src/sys/vax/mba/hp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.20.1