The branch stable/12 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=51a4fad8d0bd11dfb34541eae98b0a42d34088c1
commit 51a4fad8d0bd11dfb34541eae98b0a42d34088c1 Author: Edward Tomasz Napierala <[email protected]> AuthorDate: 2021-05-07 12:12:30 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2021-07-31 05:02:13 +0000 nvmecontrol: fix typo (s/Managment/Management/) Reported By: pstef (cherry picked from commit 95a74ab4fb0879da270342bc98719b0e735694f3) --- sbin/nvmecontrol/identify_ext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/nvmecontrol/identify_ext.c b/sbin/nvmecontrol/identify_ext.c index 6e30ef0487a8..311c8cba09a9 100644 --- a/sbin/nvmecontrol/identify_ext.c +++ b/sbin/nvmecontrol/identify_ext.c @@ -138,7 +138,7 @@ nvme_print_controller(struct nvme_controller_data *cdata) fmt ? "Supported" : "Not Supported"); printf("Firmware Activate/Download: %s\n", fw ? "Supported" : "Not Supported"); - printf("Namespace Managment: %s\n", + printf("Namespace Management: %s\n", nsmgmt ? "Supported" : "Not Supported"); printf("Device Self-test: %sSupported\n", ((oacs >> NVME_CTRLR_DATA_OACS_SELFTEST_SHIFT) & _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
