git: b77fe5ee3087 - stable/14 - smartpqi(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jan 2025 05:58:23 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=b77fe5ee308712793c2ca7b423cc411fd169829e
commit b77fe5ee308712793c2ca7b423cc411fd169829e
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-01-26 12:09:34 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-01-29 05:55:53 +0000
smartpqi(4): Fix a typo in a source code comment
- s/isnt/isn’t/
(cherry picked from commit b0c318efdde7c1b059b26f1ab6d4c75e838b6652)
---
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)
{