From b744c0fdc600199b42e16f1e4917a95e6fcf1180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Schmidt?= Date: Wed, 1 Mar 2000 14:39:51 +0000 Subject: [PATCH] Spell construct right. --- sys/dev/ata/atapi-cd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/ata/atapi-cd.c b/sys/dev/ata/atapi-cd.c index 1eac3dfc510..703fbc2ca12 100644 --- a/sys/dev/ata/atapi-cd.c +++ b/sys/dev/ata/atapi-cd.c @@ -79,7 +79,7 @@ static int32_t msf2lba(u_int8_t, u_int8_t, u_int8_t); static void acd_start(struct acd_softc *); static int32_t acd_done(struct atapi_request *); static int32_t acd_read_toc(struct acd_softc *); -static void acd_contruct_label(struct acd_softc *); +static void acd_construct_label(struct acd_softc *); static int32_t acd_setchan(struct acd_softc *, u_int8_t, u_int8_t, u_int8_t, u_int8_t); static void acd_select_slot(struct acd_softc *); static int32_t acd_open_track(struct acd_softc *, struct cdr_track *); @@ -485,7 +485,7 @@ acdopen(dev_t dev, int32_t flags, int32_t fmt, struct proc *p) else atapi_test_ready(cdp->atp); } - acd_contruct_label(cdp); + acd_construct_label(cdp); return 0; } @@ -1239,7 +1239,7 @@ acd_read_toc(struct acd_softc *cdp) } static void -acd_contruct_label(struct acd_softc *cdp) +acd_construct_label(struct acd_softc *cdp) { bzero(&cdp->disklabel, sizeof(struct disklabel)); strncpy(cdp->disklabel.d_typename, " ",