s/multiplcation/multiplication/ in comment.
This commit is contained in:
parent
5c255dd2d0
commit
7e8680faac
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: scsi_disk.h,v 1.34 2021/11/10 16:17:34 msaitoh Exp $ */
|
||||
/* $NetBSD: scsi_disk.h,v 1.35 2023/12/07 07:04:13 andvar Exp $ */
|
||||
|
||||
/*
|
||||
* SCSI-specific interface description
|
||||
|
@ -333,7 +333,7 @@ union scsi_disk_pages {
|
|||
u_int8_t pg_length; /* page length (should be 0x0a) */
|
||||
u_int8_t flags; /* cache parameter flags */
|
||||
#define CACHING_RCD 0x01 /* read cache disable */
|
||||
#define CACHING_MF 0x02 /* multiplcation factor */
|
||||
#define CACHING_MF 0x02 /* multiplication factor */
|
||||
#define CACHING_WCE 0x04 /* write cache enable (write-back) */
|
||||
#define CACHING_SIZE 0x08 /* use CACHE SEGMENT SIZE */
|
||||
#define CACHING_DISC 0x10 /* pftch across time discontinuities */
|
||||
|
|
Loading…
Reference in New Issue