diff options
Diffstat (limited to 'sys/dev/smartpqi/smartpqi_request.c')
-rw-r--r-- | sys/dev/smartpqi/smartpqi_request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/smartpqi/smartpqi_request.c b/sys/dev/smartpqi/smartpqi_request.c index 1c0bbc2a1db5..d3c4fb989a99 100644 --- a/sys/dev/smartpqi/smartpqi_request.c +++ b/sys/dev/smartpqi/smartpqi_request.c @@ -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) { |