mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
nvme(4): Correct a typo in a sysctl description
- s/printting/printing/ MFC after: 3 days
This commit is contained in:
parent
27c4abc7cd
commit
5f8ccf6515
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue