git: 6e8ab6715d35 - main - nvmw(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jun 2022 09:46:23 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=6e8ab6715d3589ad5577ad5fa408f81b4a7077e9
commit 6e8ab6715d3589ad5577ad5fa408f81b4a7077e9
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-04 09:46:03 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-04 09:46:03 +0000
nvmw(4): Fix a typo in a source code comment
- s/inaccessable/inaccessible/
MFC after: 3 days
---
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 2c5d521ecaa1..b26fa9f9261c 100644
--- a/sys/dev/nvme/nvme_ctrlr.c
+++ b/sys/dev/nvme/nvme_ctrlr.c
@@ -138,7 +138,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 =