summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-06-09 01:02:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-06-09 01:02:29 +0000
commiteb4083c51d36f67127949515cfcc63634cfdfc0a (patch)
treece45be99d1dc47815bd83d04c46124d859d9455a
parent081be1b89451f9644ad3c81d56ccfb4f813db023 (diff)
typo
-rw-r--r--sys/arch/vax/vsa/hdc9224.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/vsa/hdc9224.c b/sys/arch/vax/vsa/hdc9224.c
index 8dd093dc719..1ac725d3994 100644
--- a/sys/arch/vax/vsa/hdc9224.c
+++ b/sys/arch/vax/vsa/hdc9224.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hdc9224.c,v 1.18 2007/06/08 05:35:32 deraadt Exp $ */
+/* $OpenBSD: hdc9224.c,v 1.19 2007/06/09 01:02:28 deraadt Exp $ */
/* $NetBSD: hdc9224.c,v 1.16 2001/07/26 15:05:09 wiz Exp $ */
/*
* Copyright (c) 1996 Ludd, University of Lule}, Sweden.
@@ -879,7 +879,7 @@ hdmakelabel(struct disklabel *dl, struct hdgeom *g)
DL_SETPOFFSET(&dl->d_partitions[0], 0);
DL_SETPOFFSET(&dl->d_partitions[2], 0);
dl->d_interleave = dl->d_headswitch = 1;
- lp->d_version = 1;
+ dl->d_version = 1;
dl->d_magic = dl->d_magic2 = DISKMAGIC;
dl->d_checksum = dkcksum(dl);
}