Typo fix
Signed-off-by: Slawomir Jankowski <slawomir.jankowski@intel.com>
This commit is contained in:
parent
f516ed62e3
commit
da34d5047b
@ -28,7 +28,7 @@ struct ocf_atomic_metadata {
|
||||
/** Set bit indicates that given sector is valid (is cached) */
|
||||
uint32_t valid : 1;
|
||||
|
||||
/** Set bit indicates that sector i dirty */
|
||||
/** Set bit indicates that sector is dirty */
|
||||
uint32_t dirty : 1;
|
||||
} __attribute__((packed));
|
||||
|
||||
|
@ -159,7 +159,7 @@ struct ocf_request {
|
||||
/*! Last core line */
|
||||
|
||||
uint32_t byte_length;
|
||||
/*!< Byte length of OCF reuqest */
|
||||
/*!< Byte length of OCF request */
|
||||
|
||||
uint32_t core_line_count;
|
||||
/*! Core line count */
|
||||
|
Loading…
Reference in New Issue
Block a user