svn commit: r341416 - head/sbin/nvmecontrol

Warner Losh imp at FreeBSD.org
Sun Dec 2 23:13:53 UTC 2018


Author: imp
Date: Sun Dec  2 23:13:45 2018
New Revision: 341416
URL: https://svnweb.freebsd.org/changeset/base/341416

Log:
  Fix typo in comment
  
  Sponsored by: Netflix

Modified:
  head/sbin/nvmecontrol/logpage.c

Modified: head/sbin/nvmecontrol/logpage.c
==============================================================================
--- head/sbin/nvmecontrol/logpage.c	Sun Dec  2 23:13:35 2018	(r341415)
+++ head/sbin/nvmecontrol/logpage.c	Sun Dec  2 23:13:45 2018	(r341416)
@@ -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-all mailing list