Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2018 23:13:46 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r341416 - head/sbin/nvmecontrol
Message-ID:  <201812022313.wB2NDkgR038120@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
 		 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812022313.wB2NDkgR038120>