Page MenuHomeFreeBSD

nvmecontrol: Fix minor usage typo
ClosedPublic

Authored by ziaee on Nov 24 2024, 7:30 PM.
Tags
None
Referenced Files
F156877538: D47726.id147596.diff
Sun, May 17, 1:09 AM
F156817063: D47726.id147596.diff
Sat, May 16, 4:05 PM
F156816985: D47726.id147596.diff
Sat, May 16, 4:05 PM
F156799673: D47726.id.diff
Sat, May 16, 11:58 AM
Unknown Object (File)
Wed, May 13, 9:15 PM
Unknown Object (File)
Mon, May 11, 11:35 PM
Unknown Object (File)
Mon, May 11, 11:35 PM
Unknown Object (File)
Mon, May 11, 11:22 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ziaee requested review of this revision.Nov 24 2024, 7:30 PM
This revision is now accepted and ready to land.Nov 24 2024, 7:45 PM
emaste added a subscriber: emaste.

Minor comment on commit message - imperative, present tense is preferred, so e.g. nvmecontrol: Fix usage typo (or Fix typo in option description etc.)

Examples, from git log --oneline --grep typo freebsd/main | head -n 10 mostly follow this:

0d6306be8c67 Fix few __VA_ARGS typos in assertions
21ca690b5668 ppp.8: Fix typo cuad0 -> cuau0
0381f0b63b9a arm: Fix typo in ldscript.arm.
12cbad923dbc nanobsd: Fix typos
e434c56fcd4f rtld_get_var.3: fix typo
019981e00f23 git-arc: Fix typo s/Truning/Turning/
57aebec4f767 x86/iommu/amd_reg.h: fix typo in comment
e63d5726b4ff ipsec.4: cross-reference typo
65691b2dafda libexec/rc/rc.d/netif: Typo fix
5fa2e50ea438 genl: fix typo
ziaee retitled this revision from nvmecontrol: minor usage typo to nvmecontrol: Fix minor usage typo.Nov 26 2024, 6:08 PM

Thanks emaste!

This revision was automatically updated to reflect the committed changes.