smartpqi(4): Fix a typo in a source code comment

- s/isnt/isn’t/

(cherry picked from commit b0c318efdde7c1b059b26f1ab6d4c75e838b6652)
This commit is contained in:
Gordon Bergling 2025-01-26 13:09:34 +01:00
parent 7773d509d8
commit b77fe5ee30

View file

@ -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)
{