svn commit: r350913 - stable/12/sbin/nvmecontrol
Alexander Motin
mav at FreeBSD.org
Mon Aug 12 17:42:44 UTC 2019
Author: mav
Date: Mon Aug 12 17:42:44 2019
New Revision: 350913
URL: https://svnweb.freebsd.org/changeset/base/350913
Log:
MFC r341416 (by imp): Fix typo in comment
Modified:
stable/12/sbin/nvmecontrol/logpage.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sbin/nvmecontrol/logpage.c
==============================================================================
--- stable/12/sbin/nvmecontrol/logpage.c Mon Aug 12 17:41:57 2019 (r350912)
+++ stable/12/sbin/nvmecontrol/logpage.c Mon Aug 12 17:42:44 2019 (r350913)
@@ -434,7 +434,7 @@ logpage(struct nvme_function *nf, int argc, char *argv
/*
* See if there is a pretty print function for the specified log
* page. If one isn't found, we just revert to the default
- * (print_hex). If there was a vendor specified bt the user, and
+ * (print_hex). If there was a vendor specified by the user, and
* the page is vendor specific, don't match the print function
* unless the vendors match.
*/
More information about the svn-src-stable-12
mailing list