git: d891ee6ac7e6 - stable/12 - nvme(4): Correct a typo in a sysctl description

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 03 Dec 2021 15:58:11 UTC
The branch stable/12 has been updated by gbe (doc committer):

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

commit d891ee6ac7e6af693959c6d11c5af7c440919ea9
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-11-30 09:26:25 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-12-03 15:57:29 +0000

    nvme(4): Correct a typo in a sysctl description
    
    - s/printting/printing/
    
    (cherry picked from commit 5f8ccf6515288fd98896eaf0511eedd654cd3530)
---
 sys/dev/nvme/nvme_sysctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/nvme/nvme_sysctl.c b/sys/dev/nvme/nvme_sysctl.c
index 327c3ddbfc99..848199585853 100644
--- a/sys/dev/nvme/nvme_sysctl.c
+++ b/sys/dev/nvme/nvme_sysctl.c
@@ -49,7 +49,7 @@ SYSCTL_INT(_hw_nvme, OID_AUTO, use_nvd, CTLFLAG_RDTUN,
     &nvme_use_nvd, 1, "1 = Create NVD devices, 0 = Create NDA devices");
 SYSCTL_BOOL(_hw_nvme, OID_AUTO, verbose_cmd_dump, CTLFLAG_RWTUN,
     &nvme_verbose_cmd_dump, 0,
-    "enable verbose command printting when a command fails");
+    "enable verbose command printing when a command fails");
 
 static void
 nvme_dump_queue(struct nvme_qpair *qpair)