mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
smartpqi(4): Fix a typo in a source code comment
- s/isnt/isn’t/ (cherry picked from commit b0c318efdde7c1b059b26f1ab6d4c75e838b6652)
This commit is contained in:
parent
7773d509d8
commit
b77fe5ee30
1 changed files with 1 additions and 1 deletions
|
|
@ -1284,7 +1284,7 @@ pqisrc_calc_disk_params(pqisrc_softstate_t *softs, aio_req_locator_t *l, rcb_t
|
|||
return true;
|
||||
}
|
||||
|
||||
/* Not AIO-eligible if it isnt' a single row/column. */
|
||||
/* Not AIO-eligible if it isn't a single row/column. */
|
||||
static inline boolean_t
|
||||
pqisrc_is_single_row_column(pqisrc_softstate_t *softs, aio_req_locator_t *l)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue