Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2022 12:34:19 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a270ec979f56 - stable/13 - nvmw(4): Fix a typo in a source code comment
Message-ID:  <202206101234.25ACYJjk023947@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

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

commit a270ec979f561cfc5ba562b4935d1411d2603d1d
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:31:11 +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 aa41c8fe5540..bc5f1c7e218e 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 =



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206101234.25ACYJjk023947>