The branch main has been updated by trasz: URL: https://cgit.FreeBSD.org/src/commit/?id=95a74ab4fb0879da270342bc98719b0e735694f3
commit 95a74ab4fb0879da270342bc98719b0e735694f3 Author: Edward Tomasz Napierala <[email protected]> AuthorDate: 2021-05-07 12:12:30 +0000 Commit: Edward Tomasz Napierala <[email protected]> CommitDate: 2021-05-07 12:12:30 +0000 nvmecontrol: fix typo (s/Managment/Management/) Reported By: pstef --- 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]"
