diff options
Diffstat (limited to 'sys/arch/vax/vsa/hdc9224.c')
-rw-r--r-- | sys/arch/vax/vsa/hdc9224.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/vax/vsa/hdc9224.c b/sys/arch/vax/vsa/hdc9224.c index 10ae62a3057..49258f5b212 100644 --- a/sys/arch/vax/vsa/hdc9224.c +++ b/sys/arch/vax/vsa/hdc9224.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hdc9224.c,v 1.10 2003/05/11 19:41:12 deraadt Exp $ */ +/* $OpenBSD: hdc9224.c,v 1.11 2003/11/03 07:06:17 david Exp $ */ /* $NetBSD: hdc9224.c,v 1.6 1997/03/15 16:32:22 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -216,7 +216,7 @@ int hdc_getlabel(struct hdcsoftc *hdc, struct hdsoftc *hd, int drive); void hdgetlabel(struct hdsoftc *sc); /* - * new-config's hdcmatch() is similiar to old-config's hdcprobe(), + * new-config's hdcmatch() is similar to old-config's hdcprobe(), * thus we probe for the existence of the controller and reset it. * NB: we can't initialize the controller yet, since space for hdcsoftc * is not yet allocated. Thus we do this in hdcattach()... @@ -381,7 +381,7 @@ hdattach(parent, self, aux) disk_attach(&hd->sc_dk); /* * if it's not a floppy then evaluate the on-disk geometry. - * if neccessary correct the label... + * if necessary correct the label... */ printf("\n%s: ", hd->sc_dev.dv_xname); if (hd->sc_drive == 2) { |