Page MenuHomeFreeBSD

nvmecontrol: Fix minor usage typo
ClosedPublic

Authored by ziaee on Nov 24 2024, 7:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 9, 8:47 AM
Unknown Object (File)
Tue, Jan 7, 3:12 AM
Unknown Object (File)
Mon, Jan 6, 10:15 PM
Unknown Object (File)
Mon, Jan 6, 7:53 PM
Unknown Object (File)
Mon, Jan 6, 5:47 PM
Unknown Object (File)
Mon, Jan 6, 3:29 AM
Unknown Object (File)
Sat, Dec 28, 9:58 PM
Unknown Object (File)
Dec 9 2024, 11:01 AM
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.