Date: Tue, 30 Nov 2021 09:27:23 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 5f8ccf651528 - main - nvme(4): Correct a typo in a sysctl description Message-ID: <202111300927.1AU9RNZR080358@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=5f8ccf6515288fd98896eaf0511eedd654cd3530 commit 5f8ccf6515288fd98896eaf0511eedd654cd3530 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-11-30 09:26:25 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-11-30 09:26:25 +0000 nvme(4): Correct a typo in a sysctl description - s/printting/printing/ MFC after: 3 days --- 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 cfcc814f44d2..4367a21861b3 100644 --- a/sys/dev/nvme/nvme_sysctl.c +++ b/sys/dev/nvme/nvme_sysctl.c @@ -50,7 +50,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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111300927.1AU9RNZR080358>