git: ef3d4e2b1c54 - stable/12 - nvmw(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 10 Jun 2022 12:45:49 UTC
The branch stable/12 has been updated by gbe (doc committer):

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

commit ef3d4e2b1c541e902afc7dfbfc03128b150cebbe
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-04 09:46:03 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-10 12:37:23 +0000

    nvmw(4): Fix a typo in a source code comment
    
    - s/inaccessable/inaccessible/
    
    (cherry picked from commit 6e8ab6715d3589ad5577ad5fa408f81b4a7077e9)
---
 sys/dev/nvme/nvme_ctrlr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/nvme/nvme_ctrlr.c b/sys/dev/nvme/nvme_ctrlr.c
index b09c68c75dbf..0390bbf3f5c6 100644
--- a/sys/dev/nvme/nvme_ctrlr.c
+++ b/sys/dev/nvme/nvme_ctrlr.c
@@ -131,7 +131,7 @@ nvme_ctrlr_construct_io_qpairs(struct nvme_controller *ctrlr)
 	 * specify a smaller limit, so we need to check the MQES field in the
 	 * capabilities register. We have to cap the number of entries to the
 	 * current stride allows for in BAR 0/1, otherwise the remainder entries
-	 * are inaccessable. MQES should reflect this, and this is just a
+	 * are inaccessible. MQES should reflect this, and this is just a
 	 * fail-safe.
 	 */
 	max_entries =