summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include/sun_disklabel.h
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-01-23 19:16:10 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-01-23 19:16:10 +0000
commit76f1b301beaf1b3b97816b2b1c916e473aabc9a5 (patch)
treeca55fad37dc86b02f5feb8842e3989817114626d /sys/arch/sparc/include/sun_disklabel.h
parente488c598aa57d4c2a7c96667258432e9c0049518 (diff)
compatability -> compatibility.
Diffstat (limited to 'sys/arch/sparc/include/sun_disklabel.h')
-rw-r--r--sys/arch/sparc/include/sun_disklabel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/include/sun_disklabel.h b/sys/arch/sparc/include/sun_disklabel.h
index 9be70d64e4e..a137ae3e34d 100644
--- a/sys/arch/sparc/include/sun_disklabel.h
+++ b/sys/arch/sparc/include/sun_disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sun_disklabel.h,v 1.6 1996/12/11 13:36:11 deraadt Exp $ */
+/* $OpenBSD: sun_disklabel.h,v 1.7 2002/01/23 19:16:09 fgsch Exp $ */
/* $NetBSD: sun_disklabel.h,v 1.6 1996/01/07 22:03:09 thorpej Exp $ */
/*
@@ -117,6 +117,6 @@ struct sun_disklabel { /* total size = 512 bytes */
/* reads sun label in sector at [cp..cp+511] and sets *lp to BSD label */
int sun_disklabel __P((caddr_t, struct disklabel *)); /* true on success */
-/* compatability dk ioctl's */
+/* compatibility dk ioctl's */
int sun_dkioctl __P((struct disk *, u_long, caddr_t, int));
#endif