git: b0c318efdde7 - main - smartpqi(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 26 Jan 2025 12:11:49 UTC
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=b0c318efdde7c1b059b26f1ab6d4c75e838b6652

commit b0c318efdde7c1b059b26f1ab6d4c75e838b6652
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-01-26 12:09:34 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-01-26 12:09:34 +0000

    smartpqi(4): Fix a typo in a source code comment
    
    - s/isnt/isn’t/
    
    MFC after:      3 days
---
 sys/dev/smartpqi/smartpqi_request.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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