diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-05-30 18:31:35 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-05-30 18:31:35 +0000 |
commit | 34753a11839766f446aa3b494eed0fe1000fb738 (patch) | |
tree | d4438acd6942cdf328a26f61e76666f34942494d /sys/scsi/scsi_disk.h | |
parent | be7069b9bee04028c92f19af3c7d94bfc9126765 (diff) |
typo: thing -> thin provisioning
Diffstat (limited to 'sys/scsi/scsi_disk.h')
-rw-r--r-- | sys/scsi/scsi_disk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsi_disk.h b/sys/scsi/scsi_disk.h index 985eb562783..e55cf85360e 100644 --- a/sys/scsi/scsi_disk.h +++ b/sys/scsi/scsi_disk.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_disk.h,v 1.32 2011/07/08 07:28:45 dlg Exp $ */ +/* $OpenBSD: scsi_disk.h,v 1.33 2013/05/30 18:31:34 tedu Exp $ */ /* $NetBSD: scsi_disk.h,v 1.10 1996/07/05 16:19:05 christos Exp $ */ /* @@ -448,7 +448,7 @@ struct page_caching_mode { #define SI_PG_DISK_LIMITS 0xb0 /* block limits */ #define SI_PG_DISK_INFO 0xb1 /* device charateristics */ -#define SI_PG_DISK_THIN 0xb2 /* thing provisioning */ +#define SI_PG_DISK_THIN 0xb2 /* thin provisioning */ struct scsi_vpd_disk_limits { struct scsi_vpd_hdr hdr; |